diff options
Diffstat (limited to 'extra/libx11')
-rw-r--r-- | extra/libx11/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/libx11/PKGBUILD b/extra/libx11/PKGBUILD index e60397f1c..ac29f65be 100644 --- a/extra/libx11/PKGBUILD +++ b/extra/libx11/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 194312 2013-09-13 08:00:26Z andyrtr $ +# $Id: PKGBUILD 198269 2013-10-30 13:50:33Z allan $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libx11 @@ -9,7 +9,6 @@ arch=(i686 x86_64 'mips64el') url="http://xorg.freedesktop.org/" depends=('libxcb' 'xproto' 'kbproto') makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto') -options=('!libtool') license=('custom') source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2) sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16') |