summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMuflone2018-01-14 20:35:38 +0100
committerMuflone2018-01-14 20:35:38 +0100
commit7ed51d8a0c21d35918551ca142f6bdd3bd899a95 (patch)
tree444abac304dfcb82fb56f0d1a60dcc4b11cb2681 /PKGBUILD
parent7cc361e59011190cacbef0544eaf72064a22376c (diff)
downloadaur-7ed51d8a0c21d35918551ca142f6bdd3bd899a95.tar.gz
Updated package foxitreader 2.4.1.0609-6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 494fcc1b124f..5a7672b41838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=foxitreader
pkgver=2.4.1.0609
_foxitrevision=r08f07f8
-pkgrel=5
+pkgrel=6
pkgdesc="A fast, secure and complete PDF viewer"
arch=('x86_64')
url="https://www.foxitsoftware.com/products/pdf-reader/"
@@ -37,8 +37,10 @@ build() {
# Decompress .run installer
QT_QPA_PLATFORM=minimal "./FoxitReader.enu.setup.${pkgver}(${_foxitrevision}).x64.run" \
--script "${pkgname}.qs" "${srcdir}/${pkgname}-installer"
- # Apply final patches
+ # Fix desktop file path
cd "${srcdir}/${pkgname}-installer"
+ sed -i '/Exec=/d' FoxitReader.desktop
+ # Apply final patches
patch -p4 --no-backup-if-mismatch -i "${srcdir}/${pkgname}.patch"
# Remove unneeded files
rm "Activation" "Activation.desktop" "Activation.sh" \