summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanis Klaise2020-06-15 22:07:11 +0100
committerJanis Klaise2020-06-15 22:07:11 +0100
commit7d33bc2d22ecf05492c3b05c8e5cede58fbb3e93 (patch)
tree1cb2a8a4bf4a85d1ac0592e9ef287b13257dcc6d /PKGBUILD
parent335253897a09ba664e66700b2b53babed89f2e39 (diff)
downloadaur-python2-openant-git.tar.gz
Update version to account for renamed file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5d0688d8dde..c883d7d59c0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andre <andre-arch at delorus dot de>
pkgname=python2-openant-git
_gitname=openant
-pkgver=r133.082f2ea
+pkgver=r140.ae9e736
pkgrel=1
pkgdesc="A python library to download and upload files from ANT-FS compliant devices (Garmin products)."
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ pkgver() {
package() {
cd "$srcdir/${_gitname}"
- install -Dm644 resources/ant-usb-sticks.rules ${pkgdir}/usr/lib/udev/rules.d/71-ant-usb-sticks.rules
+ install -Dm644 resources/42-ant-usb-sticks.rules ${pkgdir}/usr/lib/udev/rules.d/71-ant-usb-sticks.rules
sed -i 's/install_udev_rules(True)/install_udev_rules(False)/g' setup.py
sed -i 's/os.geteuid() == 0/False/' setup.py