[arch-commits] Commit in bigreqsproto/repos/extra-any (PKGBUILD PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Mar 23 17:15:14 UTC 2012


    Date: Friday, March 23, 2012 @ 13:15:14
  Author: andyrtr
Revision: 154132

archrelease: copy trunk to extra-any

Added:
  bigreqsproto/repos/extra-any/PKGBUILD
    (from rev 154131, bigreqsproto/trunk/PKGBUILD)
Deleted:
  bigreqsproto/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-23 17:14:51 UTC (rev 154131)
+++ PKGBUILD	2012-03-23 17:15:14 UTC (rev 154132)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=bigreqsproto
-pkgver=1.1.1
-pkgrel=2
-pkgdesc="X11 Big Requests extension wire protocol"
-arch=(any)
-url="http://xorg.freedesktop.org/"
-license=('custom')
-makedepends=('xorg-util-macros' 'xmlto' 'docbook-xml')
-source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('2db1d1e98958eee4d6cae0f68dbd03b2ec1018ce')
-
-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}/"
-}
-

Copied: bigreqsproto/repos/extra-any/PKGBUILD (from rev 154131, bigreqsproto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-03-23 17:15:14 UTC (rev 154132)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=bigreqsproto
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="X11 Big Requests extension wire protocol"
+arch=(any)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+makedepends=('xorg-util-macros' 'xmlto' 'docbook-xml')
+source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ef1765eeb5e9e38d080225fe6a64ed7cd2984b46')
+
+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