[asus-flo]: Fix udev rule (Remove \) (#611)
* remove \ because of udev warning * fix hash for changed udev rules * device-asus-flo: Increase pkgrel
This commit is contained in:
parent
89e7f54531
commit
565cd0bdc1
2 changed files with 3 additions and 3 deletions
|
@ -3,4 +3,4 @@
|
|||
|
||||
# Touchscreen (use 'weston-calibrator' to calibrate)
|
||||
SUBSYSTEM=="input", ATTRS{name}=="Elan Touchscreen", \
|
||||
ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1" \
|
||||
ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pkgname=device-asus-flo
|
||||
pkgver=0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Google Nexus 7 2013 flo"
|
||||
url="https://github.com/postmarketOS"
|
||||
arch="noarch"
|
||||
|
@ -19,4 +19,4 @@ package() {
|
|||
"$pkgdir/lib/udev/rules.d/90-android-touch-dev.rules"
|
||||
}
|
||||
sha512sums="8a46d52cf77c3be4f81b28ce680bf7c3382eadf35998876ba348337f73ef6c90e1a0d16d0bf6369113c243467a978ef3f7912ad026dc49ab9ac95df00e2e9a71 deviceinfo
|
||||
0232207365549afb92c485ea71badb9da3e7a05095485c67a823f6abc0d120e103691647bd640250bb12f1d1aec5a91053088b05e8259df65ec1a6b48cbd6f42 90-android-touch-dev.rules"
|
||||
a02db4e1bdb622cc4616b750dc5c3248081f5124cc49ef18f25b430c921c80004eff9f6a9b84a76ce04785c256e71776ff90e0f60140e4cce6860ba8d80cf4d2 90-android-touch-dev.rules"
|
||||
|
|
Loading…
Reference in a new issue