git » gputils.git » commit 7ae1272

upgpkg: 1.5.2-2: Rebuild packages that are missing .SRCINFO part 2

author T.J. Townsend
2024-07-12 16:35:09 UTC
committer T.J. Townsend
2024-07-12 16:35:09 UTC
parent f4a09ae3bb5cd2489fa6901ef63c8956a2cbdb22

upgpkg: 1.5.2-2: Rebuild packages that are missing .SRCINFO part 2

.SRCINFO +12 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..74ea656
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = gputils
+	pkgdesc = PIC Programming Utilities
+	pkgver = 1.5.2
+	pkgrel = 2
+	url = http://gputils.sourceforge.net/
+	arch = x86_64
+	license = GPL
+	depends = glibc
+	source = https://downloads.sourceforge.net/sourceforge/gputils/gputils-1.5.2.tar.gz
+	sha256sums = 62a215e7d5575cd488a5ada66e5708ff402634abe86a9b39e4dbdb19c986ab7e
+
+pkgname = gputils
diff --git a/PKGBUILD b/PKGBUILD
index 35fd93a..dbdadce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgname=gputils
 pkgver=1.5.2
 _tag=$pkgver-1
-pkgrel=1
+pkgrel=2
 pkgdesc="PIC Programming Utilities"
 arch=('x86_64')
 url="http://gputils.sourceforge.net/"