summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d09d9a003d2..3925eeb17e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pkgbuild-version-updater
pkgver=1.0.0
_pkgtag=$pkgver
-pkgrel=1
+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."
arch=('x86_64')
url="https://gitlab.com/Lukas1818/pkgbuild-version-updater"
license=('LGPL3')
-depends=('git' 'coreutils' 'pacman' 'bash')
+depends=('git' 'coreutils' 'pacman' 'bash' 'openssh')
source=("https://gitlab.com/Lukas1818/pkgbuild-version-updater/-/archive/$_pkgtag/pkgbuild-version-updater-$_pkgtag.tar.gz")
sha512sums=('76dab0538f24271de9b51f03233796176a4fdf928cbf066b39853a7db5c63b9d4bcd7376f98237d868f0fa79e511c13f68d1cf7c71f82c5aeb6ab391c145d4ca')