diff options
author | root <root@rshg054.dnsready.net> | 2013-06-01 00:09:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-01 00:09:42 -0700 |
commit | f8a7f10fa1675bee536e1fdb4672c3d84e779d1c (patch) | |
tree | 2140a8d8b3b10f30e5179f108ae6682e296311e1 /extra/libxt | |
parent | 7e7561a9640d0e1f54288a391239feb6bd691b56 (diff) |
Sat Jun 1 00:09:42 PDT 2013
Diffstat (limited to 'extra/libxt')
-rw-r--r-- | extra/libxt/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/libxt/PKGBUILD b/extra/libxt/PKGBUILD index 8fd5b915a..6e785da24 100644 --- a/extra/libxt/PKGBUILD +++ b/extra/libxt/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 153609 2012-03-16 17:09:01Z andyrtr $ -#Maintainer: Jan de Groot <jgc@archlinux.org> +# $Id: PKGBUILD 186887 2013-05-31 14:06:19Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> +# Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxt -pkgver=1.1.3 +pkgver=1.1.4 pkgrel=1 pkgdesc="X11 toolkit intrinsics library" arch=('i686' 'x86_64') @@ -12,7 +13,7 @@ depends=('libsm' 'libx11') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2") -sha1sums=('2cef068bc4d7170e31b89b5c06aeaf4451a7699a') +sha256sums=('843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57') build() { cd "${srcdir}/libXt-${pkgver}" |