summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a02ecd6bb0b..b3ffd6227eba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pkgbuild-version-updater
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.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/Lukas1818/pkgbuild-version-updater
arch = x86_64
license = LGPL3
@@ -9,6 +9,7 @@ pkgbase = pkgbuild-version-updater
depends = coreutils
depends = pacman
depends = bash
+ depends = openssh
source = https://gitlab.com/Lukas1818/pkgbuild-version-updater/-/archive/1.0.0/pkgbuild-version-updater-1.0.0.tar.gz
sha512sums = 76dab0538f24271de9b51f03233796176a4fdf928cbf066b39853a7db5c63b9d4bcd7376f98237d868f0fa79e511c13f68d1cf7c71f82c5aeb6ab391c145d4ca
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')