[arch-commits] Commit in gob2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu May 31 11:34:40 UTC 2018


    Date: Thursday, May 31, 2018 @ 11:34:39
  Author: jgc
Revision: 325438

archrelease: copy trunk to extra-x86_64

Added:
  gob2/repos/extra-x86_64/PKGBUILD
    (from rev 325437, gob2/trunk/PKGBUILD)
Deleted:
  gob2/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 11:34:35 UTC (rev 325437)
+++ PKGBUILD	2018-05-31 11:34:39 UTC (rev 325438)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=gob2
-pkgver=2.0.20
-pkgrel=1
-pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('glib2')
-url="http://www.5z.com/jirka/gob.html"
-source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('b830859993bfa82bc8773207b9a4a698')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gob2/repos/extra-x86_64/PKGBUILD (from rev 325437, gob2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 11:34:39 UTC (rev 325438)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+
+pkgname=gob2
+pkgver=2.0.20
+pkgrel=2
+pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
+arch=(x86_64)
+license=('GPL')
+depends=('glib2')
+url="http://www.jirka.org/gob.html"
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list