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

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 10:29:59
  Author: foutrelis
Revision: 384141

upgpkg: gob2 2.0.20-3: reproducibility rebuild

Modified:
  gob2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 10:29:34 UTC (rev 384140)
+++ PKGBUILD2020-05-16 10:29:59 UTC (rev 384141)
@@ -3,7 +3,7 @@
 
 pkgname=gob2
 pkgver=2.0.20
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects"
 arch=(x86_64)
 license=('GPL')


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

2019-05-04 Thread Antonio Rojas via arch-commits
Date: Saturday, May 4, 2019 @ 19:07:56
  Author: arojas
Revision: 352505

https

Modified:
  gob2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-04 19:07:19 UTC (rev 352504)
+++ PKGBUILD2019-05-04 19:07:56 UTC (rev 352505)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 license=('GPL')
 depends=('glib2')
-url="http://www.jirka.org/gob.html";
+url="https://www.jirka.org/gob.html";
 source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026')
 


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

2018-05-31 Thread Jan de Groot via arch-commits
Date: Thursday, May 31, 2018 @ 11:34:35
  Author: jgc
Revision: 325437

upgpkg: gob2 2.0.20-2

Rebuild

Modified:
  gob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 11:32:28 UTC (rev 325436)
+++ PKGBUILD2018-05-31 11:34:35 UTC (rev 325437)
@@ -4,14 +4,14 @@
 
 pkgname=gob2
 pkgver=2.0.20
-pkgrel=1
+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.5z.com/jirka/gob.html";
+url="http://www.jirka.org/gob.html";
 source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('b830859993bfa82bc8773207b9a4a698')
+sha256sums=('f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026')
 
 build() {
   cd $pkgname-$pkgver


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

2014-02-17 Thread Jan de Groot
Date: Monday, February 17, 2014 @ 14:06:48
  Author: jgc
Revision: 206097

upgpkg: gob2 2.0.20-1

Modified:
  gob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-17 13:00:33 UTC (rev 206096)
+++ PKGBUILD2014-02-17 13:06:48 UTC (rev 206097)
@@ -3,7 +3,7 @@
 # Maintainer: Kevin Piche 
 
 pkgname=gob2
-pkgver=2.0.19
+pkgver=2.0.20
 pkgrel=1
 pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects"
 arch=(i686 x86_64)
@@ -11,15 +11,15 @@
 depends=('glib2')
 url="http://www.5z.com/jirka/gob.html";
 source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('d7f2e7b96c33458d69b6381e28e4ac69')
+md5sums=('b830859993bfa82bc8773207b9a4a698')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 }



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

2013-04-17 Thread Jan de Groot
Date: Wednesday, April 17, 2013 @ 17:27:38
  Author: jgc
Revision: 183108

upgpkg: gob2 2.0.19-1

Modified:
  gob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 15:15:43 UTC (rev 183107)
+++ PKGBUILD2013-04-17 15:27:38 UTC (rev 183108)
@@ -3,7 +3,7 @@
 # Maintainer: Kevin Piche 
 
 pkgname=gob2
-pkgver=2.0.18
+pkgver=2.0.19
 pkgrel=1
 pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glib2')
 url="http://www.5z.com/jirka/gob.html";
 source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
-md5sums=('cd08248762962aec88100ddaaff4f9e0')
+md5sums=('d7f2e7b96c33458d69b6381e28e4ac69')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2011-12-28 Thread Jan de Groot
Date: Wednesday, December 28, 2011 @ 09:24:53
  Author: jgc
Revision: 145708

upgpkg: gob2 2.0.18-1

Update to 2.0.18

Modified:
  gob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-28 14:22:41 UTC (rev 145707)
+++ PKGBUILD2011-12-28 14:24:53 UTC (rev 145708)
@@ -3,19 +3,23 @@
 # Maintainer: Kevin Piche 
 
 pkgname=gob2
-pkgver=2.0.17
+pkgver=2.0.18
 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.gnome.org/pub/GNOME/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e9f52fff7ada88a36da1d412f8b2b57b44cc0527e545cf2f5d873c002c0da7f4')
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+md5sums=('cd08248762962aec88100ddaaff4f9e0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2010-05-08 Thread Jan de Groot
Date: Saturday, May 8, 2010 @ 06:48:54
  Author: jgc
Revision: 79820

upgpkg: gob2 2.0.17-1
Update to 2.0.17

Modified:
  gob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-05-08 09:34:50 UTC (rev 79819)
+++ PKGBUILD2010-05-08 10:48:54 UTC (rev 79820)
@@ -3,7 +3,7 @@
 # Maintainer: Kevin Piche 
 
 pkgname=gob2
-pkgver=2.0.16
+pkgver=2.0.17
 pkgrel=1
 pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating 
GTK objects"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glib2')
 url="http://www.5z.com/jirka/gob.html";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('aa5a15754d34b73bf39a77e482811461')
+sha256sums=('e9f52fff7ada88a36da1d412f8b2b57b44cc0527e545cf2f5d873c002c0da7f4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"