fix error in rules file

This commit is contained in:
Frede Hundewadt 2023-08-29 16:07:29 +02:00
parent 36a36bc2fb
commit 8e3f2a561e
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = udev-usb-sync
pkgdesc = Fine tune write cache when USB storage device is plugged
pkgver = 0.3
pkgrel = 3
pkgrel = 4
url = https://codeberg.org/wonky/udev-usb-sync
install = udev-usb-sync.install
arch = any
@ -12,7 +12,7 @@ pkgbase = udev-usb-sync
source = 99-usb-sync.rules
source = udev-usb-sync.sh
source = udev-usb-sync.conf
sha256sums = 6b4d422f1b8579ac172c82099a80201167a635c2b699639e59420ab87867a035
sha256sums = 39e714df856c8d47fe14365b854b9a1b36ed3afa300383d8329452394a01a1c4
sha256sums = 4d3588b241d5214faeeac021668627e115e69f62b28454f351daa532082f6324
sha256sums = bc902da2c453355e1dbc3a970a564daf71d41c6278dc771a930aa3badb90e453

View file

@ -9,4 +9,4 @@ ACTION=="add|change", KERNEL=="sd[a-z]", ENV{ID_USB_TYPE}=="disk", RUN+="/usr/bi
# https://docs.kernel.org/admin-guide/abi-testing.html#abi-sys-class-bdi-bdi-max-bytes
# implemented using /usr/bin/udev-usb-tweak.sh
# optional configuration in /etc/udev-usb-tweak/udev-usb-tweak.sh
ACTION=="add|change", KERNEL=="sd[a-z]", ENV{ID_USB_TYPE}=="disk", RUN+=/usr/bin/udev-usb-tweak.sh %k"
ACTION=="add|change", KERNEL=="sd[a-z]", ENV{ID_USB_TYPE}=="disk", RUN+=/usr/bin/udev-usb-sync.sh %k"

View file

@ -1,7 +1,7 @@
# Maintainer: root.nix.dk
pkgname='udev-usb-sync'
pkgver=0.3
pkgrel=3
pkgrel=4
pkgdesc='Fine tune write cache when USB storage device is plugged'
arch=('any')
url='https://codeberg.org/wonky/udev-usb-sync'
@ -11,7 +11,7 @@ provides=("${pkgname}")
backup=("etc/${pkgname}/${pkgname}.conf")
install=${pkgname}.install
source=('99-usb-sync.rules' 'udev-usb-sync.sh' 'udev-usb-sync.conf')
sha256sums=('6b4d422f1b8579ac172c82099a80201167a635c2b699639e59420ab87867a035'
sha256sums=('39e714df856c8d47fe14365b854b9a1b36ed3afa300383d8329452394a01a1c4'
'4d3588b241d5214faeeac021668627e115e69f62b28454f351daa532082f6324'
'bc902da2c453355e1dbc3a970a564daf71d41c6278dc771a930aa3badb90e453')