[arch-commits] Commit in tslib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Aug 29 17:26:01 UTC 2017


    Date: Tuesday, August 29, 2017 @ 17:26:00
  Author: arojas
Revision: 304325

Update to 1.12

Modified:
  tslib/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-29 16:33:57 UTC (rev 304324)
+++ PKGBUILD	2017-08-29 17:26:00 UTC (rev 304325)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=tslib
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc="Touchscreen Access Library"
 arch=(i686 x86_64)
@@ -11,11 +11,10 @@
 depends=(glibc)
 makedepends=()
 source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('90d22b2f1b6dc9899d9491bc0480dfdcb2b55ff6e620ebb999d607aa5389af06')
+sha256sums=('237f66c9e53789429b1bcc89a36eb7a37f1deb2877e6e7d928e994e3c48d0b83')
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }



More information about the arch-commits mailing list