[arch-commits] Commit in libxau/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Mon Oct 21 18:44:40 UTC 2013


    Date: Monday, October 21, 2013 @ 20:44:40
  Author: andyrtr
Revision: 197096

upgpkg: libxau 1.0.8-2

drop static lib

Modified:
  libxau/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 18:43:22 UTC (rev 197095)
+++ PKGBUILD	2013-10-21 18:44:40 UTC (rev 197096)
@@ -5,7 +5,7 @@
 
 pkgname=libxau
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 authorisation library"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org/"
@@ -12,18 +12,17 @@
 depends=('glibc' 'xproto>=7.0.18')
 makedepends=('pkgconfig')
 license=('custom')
-options=('!libtool')
 source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
 sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2')
 
 build() {
-  cd "${srcdir}/libXau-${pkgver}"
+  cd libXau-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd "${srcdir}/libXau-${pkgver}"
+  cd libXau-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"




More information about the arch-commits mailing list