diff options
author | root <root@rshg054.dnsready.net> | 2012-03-11 00:02:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-11 00:02:38 +0000 |
commit | 503034bfe282c58ff13c42c7a6b92aa062d779b5 (patch) | |
tree | ece09793a2bf096dd717bcd4082f0814784b8b27 /extra/libxpm | |
parent | 3792e3874accbc868e7032042f1ecefdef25638e (diff) |
Sun Mar 11 00:02:37 UTC 2012
Diffstat (limited to 'extra/libxpm')
-rw-r--r-- | extra/libxpm/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/libxpm/PKGBUILD b/extra/libxpm/PKGBUILD index 864adaad3..9fe0bc1df 100644 --- a/extra/libxpm/PKGBUILD +++ b/extra/libxpm/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 151430 2012-02-26 10:50:09Z pierre $ +# $Id: PKGBUILD 152783 2012-03-09 16:22:06Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> + pkgname=libxpm -pkgver=3.5.9 -pkgrel=2 +pkgver=3.5.10 +pkgrel=1 pkgdesc="X11 pixmap library" arch=('i686' 'x86_64') license=('custom') @@ -11,7 +12,7 @@ depends=('libxt' 'libxext') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2") -sha1sums=('38258a1d589d3f157e0338d0fd13eec11bc4a39b') +sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c') build() { cd "${srcdir}/libXpm-${pkgver}" |