summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2021-04-07 15:31:21 +0200
committerfordprefect2021-04-07 15:31:21 +0200
commit8f91e956754ca66c87466b0ed5f9a2b81c3f343d (patch)
treee9c7a8592aa4311333ffc368250d6581784e86e9
parent0e552153917f81382396c14f76341a335cf5bca2 (diff)
downloadaur-8f91e956754ca66c87466b0ed5f9a2b81c3f343d.tar.gz
remove very old library
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc703012a88d..ae1215ae62ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = hibiscus
makedepends = unzip
depends = java-runtime>=1.5
depends = jameica>=2.8
- depends = libstdc++5
optdepends = pcsclite
options = !strip
source = https://www.willuhn.de/products/hibiscus/releases/2.10/hibiscus-2.10.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 87931749f003..075cb0c981c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="HBCI banking plugin for jameica."
arch=('x86_64' 'i686')
url="https://www.willuhn.de/projects/hibiscus/"
license=("GPL2")
-depends=('java-runtime>=1.5' 'jameica>=2.8' 'libstdc++5')
+depends=('java-runtime>=1.5' 'jameica>=2.8')
makedepends=('unzip')
optdepends=('pcsclite')
options=('!strip')