summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquare2019-05-17 03:36:59 +0200
committerSquare2019-05-17 03:36:59 +0200
commit8a7fe1be3617e86bcac2ef067f5a5e46be447143 (patch)
tree6cdab47b09520710497538790818780498aa9078
parent183715cf019055afab9d9ece9f5ca4d9c680ba50 (diff)
downloadaur-8a7fe1be3617e86bcac2ef067f5a5e46be447143.tar.gz
adopted and updated pkgbuild
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc46dde95a6d..42b619ccc970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,9 @@
pkgbase = hibiscus-nightly
- pkgdesc = Hibiscus Plugin for Jameica Plattform
+ pkgdesc = Hibiscus HBCI banking plugin for Jameica (nightly)
pkgver = 2.9.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.willuhn.de/products/hibiscus/
- arch = armv6h
- arch = armv7h
- arch = aarch64
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = unzip
depends = jameica-nightly>=2.9
@@ -16,4 +12,3 @@ pkgbase = hibiscus-nightly
sha256sums = SKIP
pkgname = hibiscus-nightly
-
diff --git a/PKGBUILD b/PKGBUILD
index ff86092e7917..ea566df0d092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
-# Maintainer: johnnybash <georgpfahler@wachenzell.org>
+# Contributor: johnnybash <georgpfahler@wachenzell.org>
# Contributor: r20d20 <r20d20@web.de>
+# Maintainer: Square252 <square@0xfc.de>
+
pkgname=hibiscus-nightly
pkgver=2.9.0
-pkgrel=1
-pkgdesc="Hibiscus Plugin for Jameica Plattform"
-arch=(armv6h armv7h aarch64 i686 x86_64)
+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')
makedepends=('unzip')
-conflicts=(hibiscus)
+conflicts=('hibiscus')
source=(http://www.willuhn.de/products/hibiscus/releases/nightly/hibiscus-$pkgver-nightly.zip)
sha256sums=('SKIP')
package() {
mkdir -p ${pkgdir}/usr/share/java/jameica/plugins
cp -R "${srcdir}/hibiscus" "${pkgdir}/usr/share/java/jameica/plugins"
-} \ No newline at end of file
+}