diff options
author | root <root@rshg054.dnsready.net> | 2013-05-31 01:57:14 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-31 01:57:14 -0700 |
commit | 94a3b302f520438e919ef8706ce9cf42ad7c2e11 (patch) | |
tree | 7fa5b120c4fb8ccd67c09d5096bd7e1dc7d35b1c /extra/libxcursor/PKGBUILD | |
parent | 76ee9007095484a113d1856786b81e2d2fae8202 (diff) |
Fri May 31 01:56:04 PDT 2013
Diffstat (limited to 'extra/libxcursor/PKGBUILD')
-rw-r--r-- | extra/libxcursor/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libxcursor/PKGBUILD b/extra/libxcursor/PKGBUILD index 16d6470f0..27c35ea5c 100644 --- a/extra/libxcursor/PKGBUILD +++ b/extra/libxcursor/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 152769 2012-03-09 16:04:11Z andyrtr $ +# $Id: PKGBUILD 186698 2013-05-30 14:35:12Z andyrtr $ +# Maintainer: Andreas Radke <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxcursor -pkgver=1.1.13 +pkgver=1.1.14 pkgrel=1 pkgdesc="X cursor management library" arch=(i686 x86_64) @@ -13,7 +14,7 @@ depends=('libxfixes' 'libxrender') makedepends=('xorg-util-macros') options=('!libtool') source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2) -sha1sums=('4e461d9e4324689ca8a84706926a8c0fe9470e47') +sha256sums=('9bc6acb21ca14da51bda5bc912c8955bc6e5e433f0ab00c5e8bef842596c33df') build() { cd "${srcdir}/libXcursor-${pkgver}" |