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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Jul 7 22:34:23 UTC 2011


    Date: Thursday, July 7, 2011 @ 18:34:23
  Author: andyrtr
Revision: 130763

upgpkg: xproto 7.0.22-1
upstream update 7.0.22

Modified:
  xproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-07 22:33:02 UTC (rev 130762)
+++ PKGBUILD	2011-07-07 22:34:23 UTC (rev 130763)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xproto
-pkgver=7.0.21
+pkgver=7.0.22
 pkgrel=1
 pkgdesc="X11 core wire protocol and auxiliary headers"
 arch=(any)
@@ -10,14 +10,17 @@
 url="http://xorg.freedesktop.org/"
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('608290fa354b1aff4a075c905f1057d979c62ac9')
+sha1sums=('96d9b37d15591412a94dd0d3620008e20ef500ca')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }




More information about the arch-commits mailing list