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

Antonio Rojas arojas at archlinux.org
Thu Sep 6 09:57:21 UTC 2018


    Date: Thursday, September 6, 2018 @ 09:57:20
  Author: arojas
Revision: 333591

Update to 1.17

Modified:
  tslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-06 09:51:30 UTC (rev 333590)
+++ PKGBUILD	2018-09-06 09:57:20 UTC (rev 333591)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=tslib
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc="Touchscreen Access Library"
 arch=(x86_64)
@@ -10,8 +10,10 @@
 license=(GPL2)
 depends=(glibc)
 makedepends=()
-source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('c9a54651337a701a66b074c603c313225579995a7910e519bbc7b1dcdab9a755')
+source=("https://github.com/kergoth/tslib/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('9fdd33e66976bf9cc799be33824ba66672f892826e9b22de12b14df15cb0fddc'
+            'SKIP')
+validpgpkeys=(F2082B880F9E423934686E3F500398DF5AB387D3) # Martin Kepplinger <martink at posteo.de>
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list