summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Keen2016-04-26 18:45:02 -0400
committerKyle Keen2016-04-26 18:45:37 -0400
commit061244ebf113a3299530ec683ae07e1d266cb158 (patch)
tree1c1053587c17abadd7c7dd7f88c27230ab30e93e /PKGBUILD
parent94fdeb19dcd6a192f317b240edea722dc17bdc73 (diff)
downloadaur-061244ebf113a3299530ec683ae07e1d266cb158.tar.gz
uaccess
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8447a5432edb..46896a639a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=openhantek
pkgver=0.2.0
_fwpkgver=0.7.0
-pkgrel=7
+pkgrel=8
pkgdesc="Qt4 UI for Hantek DSO-2090/2150/2250/5200/5200A oscilloscopes. Includes firmware"
arch=('i686' 'x86_64')
url="http://www.openhantek.org/"
license=('GPL')
depends=('qt4' 'libusb' 'fftw' 'libgl' 'fxload')
makedepends=('binutils' 'unzip')
-install=openhantek.install
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver.tar.bz2 \
http://downloads.sourceforge.net/project/$pkgname/$pkgname-extractfw/$pkgname-extractfw-0.7.0.tar.bz2)
md5sums=('57732229f063f582bfaa3c3cc942dae2'
@@ -43,6 +42,7 @@ build() {
sed -i 's|/local/|/|g' 90-hantek.rules
sed -i 's/SYSFS/ATTRS/g' 90-hantek.rules
sed -i 's/520A/520a/g' 90-hantek.rules
+ sed -i 's/, MODE="0660", GROUP="plugdev"/, TAG+="uaccess", RUN{builtin}+="uaccess"/' 90-hantek.rules
}
package() {