diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-22 20:57:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-22 20:57:30 (GMT) |
commit | 1979178503fb667db18d93203ddd79f79e68191e (patch) | |
tree | bca8be600bb0b4ab986a373d3af4bddc12fb19fb /abs/core/randrproto | |
parent | 9ff105f3ff489972e0c9984d1fe8c0d50995e8b1 (diff) | |
download | linhes_pkgbuild-1979178503fb667db18d93203ddd79f79e68191e.zip linhes_pkgbuild-1979178503fb667db18d93203ddd79f79e68191e.tar.gz linhes_pkgbuild-1979178503fb667db18d93203ddd79f79e68191e.tar.bz2 |
randrproto: update to 1.5.0
Diffstat (limited to 'abs/core/randrproto')
-rw-r--r-- | abs/core/randrproto/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/abs/core/randrproto/PKGBUILD b/abs/core/randrproto/PKGBUILD index 21829c1..c904e67 100644 --- a/abs/core/randrproto/PKGBUILD +++ b/abs/core/randrproto/PKGBUILD @@ -1,16 +1,19 @@ -# $Id: PKGBUILD 165116 2012-08-11 08:21:48Z andyrtr $ +# $Id$ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=randrproto -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=1 pkgdesc="X11 RandR extension wire protocol" arch=('any') license=('custom') url="http://xorg.freedesktop.org/" makedepends=('xorg-util-macros') -source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf') +source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2{,.sig}) +sha256sums=('4c675533e79cd730997d232c8894b6692174dce58d3e207021b8f860be498468' + 'SKIP') +validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E' # Alan Coopersmith <alan.coopersmith@oracle.com> + '10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # Dave Airlie <airlied@redhat.com> build() { cd "${srcdir}/${pkgname}-${pkgver}" |