summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreizh2021-01-15 12:33:00 +0100
committerBreizh2021-01-15 12:33:00 +0100
commit9533f099eac93466a9228d4cc448853b8cdb7b3b (patch)
tree5c9d6e0141586f0954c9faefaaffa8dd2b1d244b
parent715f905e618c82d8903befacc3af634366274746 (diff)
downloadaur-libp7.tar.gz
Move udev rules from /etc to /usr/lib
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2baa9258fa3d..d656b17d1e9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libp7
pkgdesc = Casio Communication Protocol 7.00 implementation
pkgver = 3.0
- pkgrel = 0
+ pkgrel = 1
url = https://p7.planet-casio.com
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = libp7
depends = libusb>=1.0
provides = libp7
source = https://p7.planet-casio.com/pub/libp7-3.0.tar.gz
- md5sums = 66ea73a4ff29fa502422a465ce28888d
+ md5sums = 778891e9e816c905c78b6750d8dc7ec7
pkgname = libp7
diff --git a/PKGBUILD b/PKGBUILD
index e6db9ea2f1df..7adce39e09fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer : Breizh <breizh.craft.98@openmailbox.org>
+# Maintainer : Breizh <breizh@breizh.pm>
pkgname=libp7
pkgver=3.0
-pkgrel=0
+pkgrel=1
pkgdesc="Casio Communication Protocol 7.00 implementation"
arch=('i686' 'x86_64')
url="https://p7.planet-casio.com"
@@ -23,7 +23,7 @@ md5sums=('778891e9e816c905c78b6750d8dc7ec7')
build() {
cd "$pkgname-$pkgver"
- ./configure --udev && make
+ ./configure --udev --udevrulesdir='${libdir}/udev/rules.d' && make
}
package() {