diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-16 20:37:17 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-16 20:37:17 (GMT) |
commit | a14067f943f59c45f103cc86d25df2fb33f2aebf (patch) | |
tree | b18dc0b8a9e395c367815f8841dbf4c56c076fc0 | |
parent | cbacd41ea2887797d3a9c356afd330d5d65fe396 (diff) | |
download | linhes_pkgbuild-a14067f943f59c45f103cc86d25df2fb33f2aebf.zip linhes_pkgbuild-a14067f943f59c45f103cc86d25df2fb33f2aebf.tar.gz linhes_pkgbuild-a14067f943f59c45f103cc86d25df2fb33f2aebf.tar.bz2 |
xorg-xcursorgen: update to 1.0.6
-rw-r--r-- | abs/core/xorg-xcursorgen/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/abs/core/xorg-xcursorgen/PKGBUILD b/abs/core/xorg-xcursorgen/PKGBUILD index df9997a..4839b56 100644 --- a/abs/core/xorg-xcursorgen/PKGBUILD +++ b/abs/core/xorg-xcursorgen/PKGBUILD @@ -1,27 +1,28 @@ -# $Id: PKGBUILD 154152 2012-03-23 19:18:20Z andyrtr $ +# $Id$ +# Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-xcursorgen -pkgver=1.0.5 +pkgver=1.0.6 pkgrel=1 pkgdesc="Create an X cursor file from PNG images" -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" license=('custom') depends=('libx11' 'libxcursor' 'libpng') makedepends=('xorg-util-macros') groups=('xorg-apps' 'xorg') source=(http://xorg.freedesktop.org/archive/individual/app/xcursorgen-${pkgver}.tar.bz2) -sha1sums=('1d0ca82422d328522b06b218f86b5901a7d5521b') +sha256sums=('31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c') build() { - cd "${srcdir}/xcursorgen-${pkgver}" + cd xcursorgen-${pkgver} ./configure --prefix=/usr make } package() { - cd "${srcdir}/xcursorgen-${pkgver}" + cd xcursorgen-${pkgver} make DESTDIR="${pkgdir}" install install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" |