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

Jan de Groot jgc at archlinux.org
Tue Aug 17 07:44:51 UTC 2010


    Date: Tuesday, August 17, 2010 @ 03:44:50
  Author: jgc
Revision: 87590

upgpkg: xproto 7.0.18-1
Update to 7.0.18, no protocol changes, safe to update

Modified:
  xproto/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-17 07:28:55 UTC (rev 87589)
+++ PKGBUILD	2010-08-17 07:44:50 UTC (rev 87590)
@@ -2,21 +2,21 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xproto
-pkgver=7.0.17
+pkgver=7.0.18
 pkgrel=1
 pkgdesc="X11 core wire protocol and auxiliary headers"
 arch=(any)
 license=('custom')
 url="http://xorg.freedesktop.org/"
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9821548b24f812524bcf4db61a773997fece2447')
+sha1sums=('252596e7264f3174d535bf67fd1b704b1ba8f699')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
+  make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }




More information about the arch-commits mailing list