summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlamus Diu2018-07-07 21:49:54 +0000
committerFlamus Diu2018-07-07 21:49:54 +0000
commit55d8f33468c361158d8d99dd94ea4f130a2c5546 (patch)
tree3a5c91af7c158009bb77212ccde0ed7103cbf214 /PKGBUILD
parent505b0adec4cd775edad09e9ff312e8ff93767cd2 (diff)
downloadaur-55d8f33468c361158d8d99dd94ea4f130a2c5546.tar.gz
Fixed incorrect path and depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8cc3b376438..553cdc8a9393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=pdfstudio
pkgver=18.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Review, annotate, and edit PDF Documents"
arch=('i686' 'x86_64')
url="http://www.qoppa.com/pdfstudio/"
@@ -10,7 +10,7 @@ license=('custom')
conflicts=('pdfstudio12' 'pdfstudio11' 'pdfstudio8' 'pdfstudio9' 'pdfstudio10')
provides=('pdfstudio')
makedepends=('pacman>=4.2.0')
-depends=('java-runtime>=6' 'desktop-file-utils')
+depends=('java-runtime>=6' 'gtk-update-icon-cache')
install=${pkgname}.install
@@ -27,9 +27,9 @@ source=(${pkgname}.desktop
prepare() {
bsdtar xf data.tar.gz
- bsdtar xf "opt/pdfstudio/lib/pdfstudio.jar" resources/license.html
+ bsdtar xf "opt/pdfstudio2018/lib/pdfstudio.jar" resources/license.html
- rm -rf "opt/pdfstudio/jre"
+ rm -rf "opt/pdfstudio2018/jre"
}
package() {