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

Andreas Radke andyrtr at archlinux.org
Sun Mar 11 17:55:49 UTC 2018


    Date: Sunday, March 11, 2018 @ 17:55:48
  Author: andyrtr
Revision: 318567

upgpkg: xorg-xpr 1.0.5-1

upstream update 1.0.5

Modified:
  xorg-xpr/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 17:55:12 UTC (rev 318566)
+++ PKGBUILD	2018-03-11 17:55:48 UTC (rev 318567)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xpr
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="Print an X window dump from xwd"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/"
@@ -11,17 +11,19 @@
 depends=('libx11' 'libxmu' 'sh')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2)
-sha1sums=('0645404e9aa2c9f979e4d006c483633bf6cfc2d9')
+source=(https://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2{,.sig})
+sha512sums=('d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
 
 build() {
-  cd "${srcdir}/xpr-${pkgver}"
+  cd xpr-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xpr-${pkgver}"
+  cd xpr-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



More information about the arch-commits mailing list