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

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


    Date: Sunday, March 11, 2018 @ 17:03:10
  Author: andyrtr
Revision: 318548

upgpkg: xorg-xload 1.1.3-1

upstream update 1.1.3

Modified:
  xorg-xload/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 17:00:40 UTC (rev 318547)
+++ PKGBUILD	2018-03-11 17:03:10 UTC (rev 318548)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xload
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="System load average display for X"
 arch=('x86_64')
@@ -10,17 +10,19 @@
 license=('custom')
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
 makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/app/xload-${pkgver}.tar.bz2)
-sha256sums=('83f8e6260435f1df2e2e5036bb3325688b79f0b33069ef445eff5058d127e078')
+source=(https://xorg.freedesktop.org/archive/individual/app/xload-${pkgver}.tar.bz2{,.sig})
+sha512sums=('8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
 
 build() {
-  cd "${srcdir}/xload-${pkgver}"
+  cd xload-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xload-${pkgver}"
+  cd xload-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



More information about the arch-commits mailing list