Date: Friday, February 11, 2022 @ 23:48:45
  Author: arojas
Revision: 1132362

archrelease: copy trunk to community-x86_64

Added:
  gputils/repos/community-x86_64/PKGBUILD
    (from rev 1132361, gputils/trunk/PKGBUILD)
Deleted:
  gputils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-02-11 23:48:36 UTC (rev 1132361)
+++ PKGBUILD    2022-02-11 23:48:45 UTC (rev 1132362)
@@ -1,27 +0,0 @@
-# Maintainer:  Federico Cinelli <[email protected]>
-# Contributor: Johannes Martin <[email protected]>
-# Contributor: JJDaNiMoTh <[email protected]>
-# Contributor: Stefan Husmann <[email protected]>
-
-pkgname=gputils
-pkgver=1.5.0
-_tag=$pkgver-1
-pkgrel=3
-pkgdesc="PIC Programming Utilities"
-arch=('x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz";)
-md5sums=('60d4da7cd026a4e611120ed51b6da35c')
-
-build() {
-       cd "$srcdir/$pkgname-$pkgver"
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "$srcdir/$pkgname-$pkgver"
-       make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 1132361, 
gputils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-02-11 23:48:45 UTC (rev 1132362)
@@ -0,0 +1,27 @@
+# Maintainer:  Federico Cinelli <[email protected]>
+# Contributor: Johannes Martin <[email protected]>
+# Contributor: JJDaNiMoTh <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+
+pkgname=gputils
+pkgver=1.5.2
+_tag=$pkgver-1
+pkgrel=1
+pkgdesc="PIC Programming Utilities"
+arch=('x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('9495688c1cdcfd75bf4570ec50fad52d')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+       make DESTDIR="$pkgdir" install
+}

Reply via email to