summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrya2018-05-30 22:35:36 +0200
committertrya2018-05-30 22:35:36 +0200
commit19ae58a40c65473259b94a1f8403b6f59529c361 (patch)
treeff4445e83778d588a2e3b3c5c69c0477d149f683
parent1fdc7000fbcafbd212b208ee7675359b9ab97957 (diff)
downloadaur-19ae58a40c65473259b94a1f8403b6f59529c361.tar.gz
libtool files not needed
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22365769d579..685d5c8369c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = xf86-video-mach64
options = !emptydirs
source = https://xorg.freedesktop.org//releases/individual/driver/xf86-video-mach64-6.9.5.tar.bz2
sha256sums = 3e98985b6e044189efd42342862208f472881c25debf22230a1d54a96d71b41f
+ options = !libtool
pkgname = xf86-video-mach64
diff --git a/PKGBUILD b/PKGBUILD
index 4760e808a9b4..67efe0773964 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23')
conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 'X-ABI-VIDEODRV_VERSION>=24')
optdepends=('mach64-dri: DRI1 support from community repo')
groups=('xorg-drivers')
-options=('!emptydirs')
+options=('!emptydirs' '!libtool')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
sha256sums=('3e98985b6e044189efd42342862208f472881c25debf22230a1d54a96d71b41f')