[arch-commits] Commit in libpciaccess/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Thu Feb 5 19:45:23 UTC 2015
Date: Thursday, February 5, 2015 @ 20:45:23
Author: andyrtr
Revision: 230814
upgpkg: libpciaccess 0.13.3-1
upstream update 0.13.3
Modified:
libpciaccess/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-05 19:40:48 UTC (rev 230813)
+++ PKGBUILD 2015-02-05 19:45:23 UTC (rev 230814)
@@ -3,8 +3,8 @@
# Contributor: Alexander Baldeck <alexander at archlinux.org>
pkgname=libpciaccess
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.13.3
+pkgrel=1
pkgdesc="X11 PCI access library"
arch=(i686 x86_64)
license=('custom')
@@ -11,8 +11,10 @@
url="http://xorg.freedesktop.org/"
depends=('glibc')
makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('abab8c2b050afb89bc29280e9c6b50ec5867174960d88bfb81a01036ec20de19')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('6cd76ccae4e06eee47d3ead84a118740e9406e2a9b7adc9b08e92c69ce89c2e3'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list