diff options
author | root <root@rshg054.dnsready.net> | 2012-02-18 23:15:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-18 23:15:35 +0000 |
commit | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (patch) | |
tree | 24f65718bdb292fc62194464db8bee1348c48ee5 /extra/xaw3d | |
parent | b31146f2405c7d0f50bcc36b682af46be84cdeb8 (diff) |
Sat Feb 18 23:15:35 UTC 2012
Diffstat (limited to 'extra/xaw3d')
-rw-r--r-- | extra/xaw3d/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xaw3d/PKGBUILD b/extra/xaw3d/PKGBUILD index 84992447c..83036d675 100644 --- a/extra/xaw3d/PKGBUILD +++ b/extra/xaw3d/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 148656 2012-02-05 11:45:47Z ibiru $ +# $Id: PKGBUILD 150431 2012-02-17 16:48:20Z andyrtr $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=xaw3d -pkgver=1.6 +pkgver=1.6.1 pkgrel=1 pkgdesc="Three-D Athena widgets" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('libxmu') makedepends=('xorg-util-macros') options=('!libtool') source=(http://xorg.freedesktop.org/archive/individual/lib/libXaw3d-${pkgver}.tar.bz2) -md5sums=('db88f0c5afc5f285e046d84e15ad30de') +sha256sums=('9cd43caabb9e17d7d06c6e156cace9f7b7849c60662f61561dbf44c1eea10971') build() { cd "${srcdir}/libXaw3d-${pkgver}" |