summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas18182021-07-09 22:13:58 +0200
committerLukas18182021-07-09 22:13:58 +0200
commit7138c4304de168aa05021ffafb9b1713778ec8ac (patch)
tree02b9d7f14b97cadf73d883e130e32fe9f5415095 /PKGBUILD
parent5610b13cc006e5d700fa700ace1942efb78f146b (diff)
downloadaur-7138c4304de168aa05021ffafb9b1713778ec8ac.tar.gz
update to 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3925eeb17e74..19377198e852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas1818 aur at lukas1818 dot de
pkgname=pkgbuild-version-updater
-pkgver=1.0.0
+pkgver=1.0.1
_pkgtag=$pkgver
pkgrel=2
pkgdesc="This script allows you to automatic update a large nummner of PKGBUILD files and push them to the aur, if only the pkgver and the checksum has been changed. As example this is very useful for gog games with many DLCs."
@@ -10,7 +10,7 @@ url="https://gitlab.com/Lukas1818/pkgbuild-version-updater"
license=('LGPL3')
depends=('git' 'coreutils' 'pacman' 'bash' 'openssh')
source=("https://gitlab.com/Lukas1818/pkgbuild-version-updater/-/archive/$_pkgtag/pkgbuild-version-updater-$_pkgtag.tar.gz")
-sha512sums=('76dab0538f24271de9b51f03233796176a4fdf928cbf066b39853a7db5c63b9d4bcd7376f98237d868f0fa79e511c13f68d1cf7c71f82c5aeb6ab391c145d4ca')
+sha512sums=('c51cc6866c3bcdd280ed4236ebebd4f8bd3cdcbbb428d0d75b54f807a022b430045adeca0178b9330c61938bb83db2b1ae5f51b883750b8339ef71c2f9fccddf')
package()