diff options
author | root <root@rshg054.dnsready.net> | 2013-09-14 02:29:04 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-14 02:29:04 -0700 |
commit | 4037e15db64f7056ae2222c22605b41d95d5b3c3 (patch) | |
tree | 197b645a67f31a4de4492502880ebf5e47e4ecd0 /extra/libxpm/PKGBUILD | |
parent | ab0da22f3d1d275faa99cd8139037a6ec60e2df3 (diff) |
Sat Sep 14 02:27:34 PDT 2013
Diffstat (limited to 'extra/libxpm/PKGBUILD')
-rw-r--r-- | extra/libxpm/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libxpm/PKGBUILD b/extra/libxpm/PKGBUILD index 9fe0bc1df..bd6069b6c 100644 --- a/extra/libxpm/PKGBUILD +++ b/extra/libxpm/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 152783 2012-03-09 16:22:06Z andyrtr $ +# $Id: PKGBUILD 194292 2013-09-13 07:20:55Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxpm -pkgver=3.5.10 +pkgver=3.5.11 pkgrel=1 pkgdesc="X11 pixmap library" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('libxt' 'libxext') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2") -sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c') +sha256sums=('c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c') build() { cd "${srcdir}/libXpm-${pkgver}" |