summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ca358222f26..69f12e7f0641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtvcontrol
pkgdesc = A library to handle Advanced Breakout for Apple TV 4K. A library to control whether an Apple TV 4K boots to DFU or Normal mode using an Advanced Breakout.
pkgver = 0.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lilstevie/libtvcontrol
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 53a95e408017..fbc48f310d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgrel=1
pkgname=libtvcontrol
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A library to handle Advanced Breakout for Apple TV 4K. A library to control whether an Apple TV 4K boots to DFU or Normal mode using an Advanced Breakout."
license=('MIT')
url="https://github.com/lilstevie/libtvcontrol"
@@ -29,4 +29,7 @@ package() {
tar -xf data.tar.xz -C $pkgdir
rm data.tar.xz control.tar.xz
done
+ mv $pkgdir/lib/udev $pkgdir/usr/lib
+ mv $pkgdir/usr/lib/x86_64-linux-gnu/* $pkgdir/usr/lib
+ rmdir $pkgdir/lib $pkgdir/usr/lib/x86_64-linux-gnu
}