summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {