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

Andreas Radke andyrtr at archlinux.org
Sun Jan 15 09:49:03 UTC 2017


    Date: Sunday, January 15, 2017 @ 09:49:03
  Author: andyrtr
Revision: 286390

https sources / gpg signature fixes

Modified:
  xtrans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 09:23:49 UTC (rev 286389)
+++ PKGBUILD	2017-01-15 09:49:03 UTC (rev 286390)
@@ -8,10 +8,12 @@
 pkgdesc="X transport library"
 arch=('any')
 license=('custom')
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
 options=(!emptydirs)
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('adbd3b36932ce4c062cd10f57d78a156ba98d618bdb6f50664da327502bc8301'
+            'SKIP')
+validpgpkeys=('C383B778255613DFDB409D91DB221A6900000011') #  "Keith Packard <keithp at keithp.com>"
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list