summaryrefslogtreecommitdiff
path: root/extra/libx11/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-08 04:18:44 +0000
committerroot <root@rshg047.dnsready.net>2011-04-08 04:18:44 +0000
commit59075f0265483f32e9ac4c67ba9e69cb019ba044 (patch)
treed0384b724b17b888dcd1cf06dce9bc25655d1ba1 /extra/libx11/PKGBUILD
parent3b216f42d91b33161572550f4556a9ba93d1cecb (diff)
Fri Apr 8 04:18:44 UTC 2011
Diffstat (limited to 'extra/libx11/PKGBUILD')
-rw-r--r--extra/libx11/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/libx11/PKGBUILD b/extra/libx11/PKGBUILD
index f8ba6f768..d72800913 100644
--- a/extra/libx11/PKGBUILD
+++ b/extra/libx11/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 115642 2011-03-18 11:45:18Z andyrtr $
+# $Id: PKGBUILD 118455 2011-04-07 06:55:14Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libx11
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="X11 client-side library"
arch=(i686 x86_64)
@@ -12,9 +12,11 @@ makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
options=('!libtool')
license=('custom')
source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
- xorg.sh)
-sha1sums=('c93fc44dcc028319bee76f3e629ec43cfce42673'
- '4b756387426afb2a5bb7a155631ec42348abf5c1')
+ xorg.sh
+ xorg.csh)
+sha1sums=('174270a0e51614b5077026fc6c20701d4e09aef8'
+ '4b756387426afb2a5bb7a155631ec42348abf5c1'
+ '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
build() {
cd "${srcdir}/libX11-${pkgver}"
@@ -28,7 +30,7 @@ package() {
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/etc/profile.d"
- install -m755 "${srcdir}/xorg.sh" "${pkgdir}/etc/profile.d/"
+ install -m755 "${srcdir}/"xorg.{sh,csh} "${pkgdir}/etc/profile.d/"
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"