diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-11 11:42:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-11 11:42:51 -0300 |
commit | 214c4f12ab4dfb21722a383924603c21698282c5 (patch) | |
tree | 9a1b5e3e6476b5180a5727865778ba8f69c0a24a /extra/libxext/PKGBUILD | |
parent | 5f132e10473a4d8845752a6aa16fbd8f3e432c6f (diff) | |
parent | 01b47af6474ac094ec199c7d75208874f8842d87 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/openssh/PKGBUILD
extra/gnome-python-desktop/PKGBUILD
extra/libgnome/PKGBUILD
extra/sane/PKGBUILD
libre/kernel26-libre/PKGBUILD
Diffstat (limited to 'extra/libxext/PKGBUILD')
-rw-r--r-- | extra/libxext/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libxext/PKGBUILD b/extra/libxext/PKGBUILD index 7dd7cb16e..5d7bdd2f0 100644 --- a/extra/libxext/PKGBUILD +++ b/extra/libxext/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 97797 2010-11-01 22:17:28Z jgc $ +# $Id: PKGBUILD 123247 2011-05-09 13:35:22Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxext -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="X11 miscellaneous extensions library" arch=(i686 x86_64 'mips64el') @@ -12,7 +12,7 @@ depends=('libx11' 'xextproto') makedepends=('xorg-util-macros') options=('!libtool') source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2) -sha1sums=('090d7109c5fffde8a0063e10f22f3e2ec48cf19e') +sha1sums=('0bf3708177b9320091ebc069e905c042c31d859d') build() { cd "${srcdir}/libXext-${pkgver}" |