diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-06-13 20:07:58 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-06-13 20:07:58 (GMT) |
commit | 6b78e956dbd777cc5287350213deb7ea7fabdba6 (patch) | |
tree | e66b9510de86bd442165f0dde484fd339c3a4fe8 | |
parent | 7d3ea53b55626e0405ccbbffb9fb7b213acac633 (diff) | |
download | linhes_pkgbuild-6b78e956dbd777cc5287350213deb7ea7fabdba6.zip linhes_pkgbuild-6b78e956dbd777cc5287350213deb7ea7fabdba6.tar.gz linhes_pkgbuild-6b78e956dbd777cc5287350213deb7ea7fabdba6.tar.bz2 |
xorg-xrandr: update to 1.5.0
-rw-r--r-- | abs/core/xorg-xrandr/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/xorg-xrandr/PKGBUILD b/abs/core/xorg-xrandr/PKGBUILD index a208b1e..7f3da73 100644 --- a/abs/core/xorg-xrandr/PKGBUILD +++ b/abs/core/xorg-xrandr/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 130753 2011-07-07 22:30:11Z andyrtr $ +# $Id$ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xrandr -pkgver=1.3.5 +pkgver=1.5.0 pkgrel=1 pkgdesc="Primitive command line interface to RandR extension" arch=(i686 x86_64) @@ -11,8 +11,10 @@ license=('custom') depends=('libxrandr' 'libx11') makedepends=('xorg-util-macros') groups=('xorg-apps' 'xorg') -source=(http://xorg.freedesktop.org/archive/individual/app/xrandr-${pkgver}.tar.bz2) -sha1sums=('ef45925d5b0e72c73d21798d65a41d476fdb0d3f') +source=(http://xorg.freedesktop.org/archive/individual/app/xrandr-${pkgver}.tar.bz2{,.sig}) +sha256sums=('c1cfd4e1d4d708c031d60801e527abc9b6d34b85f2ffa2cadd21f75ff38151cd' + 'SKIP') +validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner <aplattner@nvidia.com> build() { cd "${srcdir}/xrandr-${pkgver}" |