summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvid Norlander2022-07-24 21:03:56 +0200
committerArvid Norlander2022-07-24 21:03:56 +0200
commit7de8f69fe0bb267e1ba094c458089ec50bc62c39 (patch)
treed3fd63d927e98030bc1d15c06f0eb711a795cdc2
parent884e923050011fb512c41e146b4cc538244212a4 (diff)
downloadaur-7de8f69fe0bb267e1ba094c458089ec50bc62c39.tar.gz
Fix incorrect udev install rule
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5a6ccedd09d..5597123219d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = greaseweazle
pkgdesc = Tools for accessing a floppy drive at the raw flux level
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/keirf/greaseweazle
arch = x86_64
license = Unlicense
diff --git a/PKGBUILD b/PKGBUILD
index bfe95abfd4e2..7eb17526e8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arvid Norlander <VorpalBlade (at) users DOT noreply DOT github DOT com>
pkgname=greaseweazle
pkgver=1.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Tools for accessing a floppy drive at the raw flux level"
arch=('x86_64')
@@ -22,5 +22,5 @@ package() {
cd "$pkgname-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 scripts/49-greaseweazle.rules "$pkgdir/usr/lib/udev/rules"
+ install -Dm644 scripts/49-greaseweazle.rules "$pkgdir/usr/lib/udev/rules/49-greaseweazle.rules"
}