[arch-commits] Commit in xorg-xset/trunk (PKGBUILD)
Andreas Radke
andyrtr at nymeria.archlinux.org
Fri Aug 9 14:11:59 UTC 2013
Date: Friday, August 9, 2013 @ 16:11:58
Author: andyrtr
Revision: 192273
upgpkg: xorg-xset 1.2.3-1
upstream update 1.2.3
Modified:
xorg-xset/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-09 14:11:01 UTC (rev 192272)
+++ PKGBUILD 2013-08-09 14:11:58 UTC (rev 192273)
@@ -2,8 +2,8 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=xorg-xset
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
pkgdesc="User preference utility for X"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -12,16 +12,16 @@
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(http://xorg.freedesktop.org/archive/individual/app/xset-${pkgver}.tar.bz2)
-sha256sums=('61371c140030b8b05075a1378b34a4d7c438ed9159496a95f10782c6f4aec1e8')
+sha256sums=('4382f4fb29b88647e13f3b4bc29263134270747fc159cfc5f7e3af23588c8063')
build() {
- cd "${srcdir}/xset-${pkgver}"
+ cd xset-${pkgver}
./configure --prefix=/usr --without-fontcache --without-xf86misc
make
}
package() {
- cd "${srcdir}/xset-${pkgver}"
+ cd xset-${pkgver}
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
More information about the arch-commits
mailing list