summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Spangenberger2019-06-04 10:54:12 -0400
committerJesse Spangenberger2019-06-04 10:54:12 -0400
commit9e0e091d531f7c6b5bdf0ea43a26ddfe02b999b2 (patch)
tree6fa84cf3c30be77af1dcc3ff6c90bd266b0999fe
parentc04606c6269b10867588db4825307ba86d660e38 (diff)
downloadaur-9e0e091d531f7c6b5bdf0ea43a26ddfe02b999b2.tar.gz
fixed command link
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dbd6d07b390..796163313773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=pdfstudio
pkgver=18.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Review, annotate, and edit PDF Documents"
arch=('i686' 'x86_64')
url="http://www.qoppa.com/pdfstudio/"
@@ -43,5 +43,5 @@ package() {
cp -r opt/ "${pkgdir}"
mkdir -p "${pkgdir}/usr/bin"
- ln -s /opt/pdfstudio2018/pdfstudio2018 "${pkgdir}/usr/bin/pdfstudio"
+ ln -s /opt/pdfstudio2019/pdfstudio2019 "${pkgdir}/usr/bin/pdfstudio"
}