summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswearchnick2018-04-17 16:54:13 +0200
committerswearchnick2018-04-17 16:54:13 +0200
commit9170d1b7fc15fc619b17f121026a963a3071d8e9 (patch)
tree518f6b25d398f5a7b525a6cdf85279551b8228ae
parentb3fffbb044eecbff168027ef26961faeecde7e21 (diff)
downloadaur-9170d1b7fc15fc619b17f121026a963a3071d8e9.tar.gz
Update to 7.0.325.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fce6248806ba..b879ee661fc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdf-xchange
pkgdesc = Feature-rich PDF editor/viewer. Create, view, edit and annotate plus much more.
- pkgver = 7.0.324.3
+ pkgver = 7.0.325.0
pkgrel = 1
url = http://www.tracker-software.com/product/pdf-xchange-editor
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = pdf-xchange
depends = wine
depends = hicolor-icon-theme
source = http://www.tracker-software.com/downloads/EditorV7.x86.msi
- sha256sums = 8f3014d0e3d8c1690d6ce2b391c3730e91a6872726d65ccdc4502a2525f00a78
+ sha256sums = 3522be0280914e8a31e7a7adbc744fb5cff6c2358f8de63cf5734e2961a453b7
pkgname = pdf-xchange
diff --git a/PKGBUILD b/PKGBUILD
index c20d91854070..98464db39c4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: swearchnick <swearchnick[at]gmail[dot]com>
pkgname="pdf-xchange"
-pkgver="7.0.324.3"
+pkgver="7.0.325.0"
pkgrel="1"
pkgdesc="Feature-rich PDF editor/viewer. Create, view, edit and annotate plus much more."
license=('Custom')
@@ -13,7 +13,7 @@ _x86file="EditorV7.x86.msi"
_installdir="/usr/lib"
source=($_downloadsource/$_x86file)
-sha256sums=('8f3014d0e3d8c1690d6ce2b391c3730e91a6872726d65ccdc4502a2525f00a78')
+sha256sums=('3522be0280914e8a31e7a7adbc744fb5cff6c2358f8de63cf5734e2961a453b7')
prepare()
{
@@ -378,7 +378,7 @@ package()
echo 'if [ ! -d "$HOME/.$program/wine" ] ; then' >> "$pkgdir/usr/bin/$pkgname"
echo ' mkdir -p "$HOME/.$program/wine"' >> "$pkgdir/usr/bin/$pkgname"
echo 'fi' >> "$pkgdir/usr/bin/$pkgname"
- echo 'if [ ! -z "$1" ] ; then' >> "$pkgdir/usr/bin/$pkgname"
+ echo 'if [ ! -z "$1" ] ; then' >> "$pkgdir/usr/bin/$pkgname"
echo ' document=$(WINEARCH=win32 WINEPREFIX="$HOME/.$program/wine" /usr/bin/winepath -w "$1")' >> "$pkgdir/usr/bin/$pkgname"
echo 'else' >> "$pkgdir/usr/bin/$pkgname"
echo ' unset document' >> "$pkgdir/usr/bin/$pkgname"