summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ebef45a58be..8b0aaf8486dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = speedata-publisher-bin
pkgdesc = a database publishing software that creates high-quality layouted PDFs fully automatically
pkgver = 4.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.speedata.de/en/product
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 355c5e642c85..7b6625bb2cef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=speedata-publisher
pkgname=$_pkgname-bin
pkgver=4.14.0
-pkgrel=1
+pkgrel=2
pkgdesc='a database publishing software that creates high-quality layouted PDFs fully automatically'
arch=(x86_64)
url='https://www.speedata.de/en/product'
@@ -15,6 +15,11 @@ options=(!debug)
source=("https://download.speedata.de/dl/$_pkgname-linux-amd64-$pkgver.zip")
sha256sums=('dfd0f369e8cc94d877c6f88edc386dee4f1d39f1c4104136aba7725b59ee1e9e')
+prepare() {
+ cd "$_pkgname"
+ rm installation.txt
+}
+
package() {
ls -al
local target="$pkgdir/opt"