summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpobrn2021-03-27 17:48:24 +0100
committerpobrn2021-03-27 17:48:24 +0100
commite8074a2f3ac55d79fec5c85276279a7d3956d4ed (patch)
treeb446b697c3af8c0bb61f455f4ed9c0932065cc99
parent900cfbee42e6037e1da2b490769591144ca13e98 (diff)
downloadaur-e8074a2f3ac55d79fec5c85276279a7d3956d4ed.tar.gz
remove /lib workaround
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a3665041da..c00568249c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = touchegg-git
pkgdesc = Linux multi-touch gesture recognizer
- pkgver = r426.53aa6e8
+ pkgver = r508.f6c64bb
pkgrel = 1
url = https://github.com/JoseExposito/touchegg
install = touchegg.install
diff --git a/PKGBUILD b/PKGBUILD
index 8002b4facf28..e6731ac00f67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=touchegg
pkgname=${_pkgname}-git
-pkgver=r426.53aa6e8
+pkgver=r508.f6c64bb
pkgrel=1
pkgdesc='Linux multi-touch gesture recognizer'
arch=('x86_64')
@@ -31,9 +31,4 @@ build() {
package() {
DESTDIR="$pkgdir" make -C build install
-
- # /lib is a symlink to /usr/lib on most Arch systems, this
- # workaround is needed to prevent alpm from failing with
- # a conflict
- [ -d "$pkgdir/lib" ] && mv "$pkgdir/lib" "$pkgdir/usr/lib"
}