summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2022-02-16 11:14:26 +0300
committerasm0dey2022-02-16 11:14:26 +0300
commite6961ba98b615458d3490e6983d4432a588344d9 (patch)
tree36e988c6a547d37ddcd89a74b80939a0bee68876 /PKGBUILD
parent4fb09e0a90e6d932e372ff333f250c27bf55c412 (diff)
downloadaur-linuxtrack.tar.gz
upgpkg: linuxtrack 0.99.19-3
Fix for failing build because of mxml
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e82084315505..4cb07e926f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=linuxtrack
pkgver=0.99.19
-pkgrel=2
+pkgrel=3
pkgdesc="Software for head motion tracking on linux."
arch=('i686' 'x86_64')
url="https://github.com/uglyDwarf/linuxtrack"
@@ -36,7 +36,7 @@ build() {
package() {
cd "$srcdir/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir/" install
-
+
# Uinput module
mkdir -p $pkgdir/etc/modules-load.d
echo uinput >> $pkgdir/etc/modules-load.d/uinput.conf