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

Andreas Radke andyrtr at archlinux.org
Sat May 2 17:14:23 UTC 2015


    Date: Saturday, May 2, 2015 @ 19:14:23
  Author: andyrtr
Revision: 238365

upgpkg: xorg-xvinfo 1.1.3-1

upstream update 1.1.3

Modified:
  xorg-xvinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-02 17:10:55 UTC (rev 238364)
+++ PKGBUILD	2015-05-02 17:14:23 UTC (rev 238365)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xvinfo
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="Prints out the capabilities of any video adaptors associated with the display that are accessible through the X-Video extension"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
@@ -11,17 +11,19 @@
 depends=('libx11' 'libxv')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2)
-sha256sums=('eed3d90ffd788ef728c4a5e7aa4bd86dc6bbcebac929caf7a0479cf8b53b50e3')
+source=(http://xorg.freedesktop.org/archive/individual/app/xvinfo-${pkgver}.tar.bz2{,.sig})
+sha256sums=('9fba8b68daf53863e66d5004fa9c703fcecf69db4d151ea2d3d885d621e6e5eb'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith <alan.coopersmith at oracle.com>
 
 build() {
-  cd "${srcdir}/xvinfo-${pkgver}"
+  cd xvinfo-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xvinfo-${pkgver}"
+  cd xvinfo-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }



More information about the arch-commits mailing list