summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas18182020-12-14 21:30:03 +0100
committerLukas18182020-12-14 21:30:03 +0100
commit5610b13cc006e5d700fa700ace1942efb78f146b (patch)
tree7729fff0e05896681e0525679326cd9ffd871cff /PKGBUILD
parent50252cdfde53f7448864dfedf37cd13c9bdf4fcf (diff)
downloadaur-5610b13cc006e5d700fa700ace1942efb78f146b.tar.gz
add missing dependency
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')