summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSquare2020-12-11 23:02:37 +0100
committerSquare2020-12-11 23:02:37 +0100
commit0377fe5cbb26958a6f0b73350f14b6a401130226 (patch)
tree221a096867ab4504119b3b91694c65542dda2f29 /PKGBUILD
parent20f5e5a1a6fc5e83a6f0f2eae2c3947f44a080ca (diff)
downloadaur-0377fe5cbb26958a6f0b73350f14b6a401130226.tar.gz
fix dependency version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79eb787f69bc..d1e28bdf292a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=hibiscus-nightly
pkgver=2.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="Hibiscus HBCI banking plugin for Jameica (nightly)"
arch=('any')
url="http://www.willuhn.de/products/hibiscus/"
license=('GPL')
-depends=('jameica-nightly>=2.9')
+depends=('jameica-nightly>=2.11')
makedepends=('unzip')
conflicts=('hibiscus')
source=(http://www.willuhn.de/products/hibiscus/releases/nightly/hibiscus-$pkgver-nightly.zip)