summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Spangenberger2019-06-04 10:47:51 -0400
committerJesse Spangenberger2019-06-04 10:47:51 -0400
commitc04606c6269b10867588db4825307ba86d660e38 (patch)
tree8f851967bcda1b5a48ba2baf902e8b2fe2c395df
parent2aaf59531630f60cffcc88efed7b7b24562bd1a1 (diff)
downloadaur-c04606c6269b10867588db4825307ba86d660e38.tar.gz
fixed extraction path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c93c54ae776..785693079050 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pdfstudio
pkgdesc = Review, annotate, and edit PDF Documents
pkgver = 18.4.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.qoppa.com/pdfstudio/
install = pdfstudio.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7f6b2d83a122..7dbd6d07b390 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=pdfstudio
pkgver=18.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Review, annotate, and edit PDF Documents"
arch=('i686' 'x86_64')
url="http://www.qoppa.com/pdfstudio/"
@@ -27,9 +27,9 @@ source=(${pkgname}.desktop
prepare() {
bsdtar xf data.tar.gz
- bsdtar xf "opt/pdfstudio2018/lib/pdfstudio.jar" resources/license.html
+ bsdtar xf "opt/pdfstudio2019/lib/pdfstudio.jar" resources/license.html
- rm -rf "opt/pdfstudio2018/jre"
+ rm -rf "opt/pdfstudio2019/jre"
}
package() {