diff options
author | root <root@rshg054.dnsready.net> | 2012-03-25 00:02:31 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-25 00:02:31 +0000 |
commit | 891f44722456b693d99b397f7e332a9ed68a47a2 (patch) | |
tree | 84b486efdd046bf1ac54f9288d13a443874be342 /extra/libxaw | |
parent | adac5afd500d4ee3a65035e1cf5353ae236b4a61 (diff) |
Sun Mar 25 00:02:31 UTC 2012
Diffstat (limited to 'extra/libxaw')
-rw-r--r-- | extra/libxaw/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libxaw/PKGBUILD b/extra/libxaw/PKGBUILD index f8b06a07f..788b3871a 100644 --- a/extra/libxaw/PKGBUILD +++ b/extra/libxaw/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151324 2012-02-25 13:52:04Z allan $ +# $Id: PKGBUILD 154128 2012-03-23 17:09:26Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxaw -pkgver=1.0.9 -pkgrel=2 +pkgver=1.0.10 +pkgrel=1 pkgdesc="X11 Athena Widget library" arch=('i686' 'x86_64') license=('custom') @@ -12,7 +12,7 @@ depends=('libxmu' 'libxpm') makedepends=('xorg-util-macros') options=('!libtool') source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2) -sha1sums=('5f8fc1b10316f31d4c6fa1d938b2297ff5bd2da5') +sha1sums=('8caa4c692e28f9681678a22168978b7668df57be') build() { cd "${srcdir}/libXaw-${pkgver}" |