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

Andreas Radke andyrtr at archlinux.org
Sun Mar 11 18:05:51 UTC 2018


    Date: Sunday, March 11, 2018 @ 18:05:50
  Author: andyrtr
Revision: 318574

upgpkg: xorg-xrefresh 1.0.6-1

upstream update 1.0.6

Modified:
  xorg-xrefresh/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 18:04:19 UTC (rev 318573)
+++ PKGBUILD	2018-03-11 18:05:50 UTC (rev 318574)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xrefresh
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="Refresh all or part of an X screen"
 arch=('x86_64')
@@ -12,17 +12,19 @@
 depends=('libx11')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2)
-sha256sums=('3213671b0a8a9d1e8d1d5d9e3fd86842c894dd9acc1be2560eda50bc1fb791d6')
+source=(https://xorg.freedesktop.org/archive/individual/app/xrefresh-${pkgver}.tar.bz2{,.sig})
+sha512sums=('361e97fecfc2706d5eeab69df0d4dd4baa55b6783cfddabf51d8561b7c930d71ce6c217e0512c6564208d69b04f89c69ea8c0bfb2e4f6cc25b062b55e4db3674'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
 
 build() {
-  cd "${srcdir}/xrefresh-${pkgver}"
+  cd xrefresh-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xrefresh-${pkgver}"
+  cd xrefresh-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



More information about the arch-commits mailing list