git » gputils.git » commit 4a0a49f

Update to 1.5.2

author Antonio Rojas
2022-02-11 23:48:36 UTC
committer Antonio Rojas
2022-02-11 23:48:36 UTC
parent 7c8109720e0497b309e50a86db3b64fdcbdf4834

Update to 1.5.2

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index c6a1bf4..bd768f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
 
 pkgname=gputils
-pkgver=1.5.0
+pkgver=1.5.2
 _tag=$pkgver-1
-pkgrel=3
+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-$_tag.tar.gz")
-md5sums=('60d4da7cd026a4e611120ed51b6da35c')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('9495688c1cdcfd75bf4570ec50fad52d')
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"