[arch-commits] Commit in xorg-xmodmap/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Apr 17 18:08:05 UTC 2015
Date: Friday, April 17, 2015 @ 20:08:05
Author: andyrtr
Revision: 237310
upgpkg: xorg-xmodmap 1.0.9-1
upstream update 1.0.9
Modified:
xorg-xmodmap/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-17 18:06:46 UTC (rev 237309)
+++ PKGBUILD 2015-04-17 18:08:05 UTC (rev 237310)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=xorg-xmodmap
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc="Utility for modifying keymaps and button mappings"
arch=('i686' 'x86_64')
@@ -11,17 +11,19 @@
depends=('libx11')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2)
-sha256sums=('efe2e3c89858a2db3bdcf969f55f55d0af4f5007789198344de0595249a99fc3')
+source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2{,.sig})
+sha256sums=('b7b0e5cc5f10d0fb6d2d6ea4f00c77e8ac0e847cc5a73be94cd86139ac4ac478'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
build() {
- cd "${srcdir}/xmodmap-${pkgver}"
+ cd xmodmap-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/xmodmap-${pkgver}"
+ cd xmodmap-${pkgver}
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
More information about the arch-commits
mailing list