summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpobrn2021-03-27 17:48:24 +0100
committerpobrn2021-03-27 17:48:24 +0100
commite8074a2f3ac55d79fec5c85276279a7d3956d4ed (patch)
treeb446b697c3af8c0bb61f455f4ed9c0932065cc99 /PKGBUILD
parent900cfbee42e6037e1da2b490769591144ca13e98 (diff)
downloadaur-e8074a2f3ac55d79fec5c85276279a7d3956d4ed.tar.gz
remove /lib workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
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"
}