summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdarch2015-11-28 21:16:32 +0100
committerjdarch2015-11-28 21:16:32 +0100
commit540d0adcc95b786db1565bd0f5d2c4cb8d1e55a0 (patch)
treec4d0e208f3e5eb2f5b6f499748a0b4ea09db1623
parent652732af57416afd852a69a5cec9d11969df4497 (diff)
downloadaur-540d0adcc95b786db1565bd0f5d2c4cb8d1e55a0.tar.gz
Update to correct error in Presentations startup script
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--presentations162
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2caa12d69a0d..7e6a003d36f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = softmaker-office-2016-bin
pkgdesc = Softmaker Office 2016, proprietary office suite; word processing, spreadsheets, presentations
pkgver = 2016.748
- pkgrel = 1
+ pkgrel = 2
url = http://softmaker.com
install = smoffice2016.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 11f00ea07a52..99682d2e6db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=softmaker-office-2016-bin
pkgver=2016.748
-pkgrel=1
+pkgrel=2
pkgdesc="Softmaker Office 2016, proprietary office suite; word processing, spreadsheets, presentations"
url="http://softmaker.com"
arch=('x86_64' 'i686')
diff --git a/presentations16 b/presentations16
index 4db897b7542f..420a55899c0b 100644
--- a/presentations16
+++ b/presentations16
@@ -6,5 +6,5 @@ case "$ext" in
"prs" ) /opt/smoffice2016/presentations -S\""$@"\";;
"pps" ) /opt/smoffice2016/presentations -S\""$@"\";;
"ppsx" ) /opt/smoffice2016/presentations -S\""$@"\";;
- * ) /opt/smoffice16/presentations "$@";;
+ * ) /opt/smoffice2016/presentations "$@";;
esac