summaryrefslogtreecommitdiffstats
path: root/office/zathura/zathura.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-01-25 15:19:00 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-28 07:38:23 +0700
commit1f26589e789d1b73701eae7b0632e4a79ad48d68 (patch)
treee17754657f7dd13b5c99b192a415e8223853dc60 /office/zathura/zathura.SlackBuild
parenta3a53d8764db58b6bde99094e510ae82f693452e (diff)
downloadslackbuilds-1f26589e789d1b73701eae7b0632e4a79ad48d68.tar.gz
slackbuilds-1f26589e789d1b73701eae7b0632e4a79ad48d68.tar.xz
office/zathura: Updated for version 0.3.7.
Diffstat (limited to 'office/zathura/zathura.SlackBuild')
-rw-r--r--office/zathura/zathura.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/office/zathura/zathura.SlackBuild b/office/zathura/zathura.SlackBuild
index 472ce5e97d..74a164ec78 100644
--- a/office/zathura/zathura.SlackBuild
+++ b/office/zathura/zathura.SlackBuild
@@ -22,6 +22,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20170125 bkw:
+# - Updated for v0.3.7, poppler plugin v0.2.7
+
# 20160725 bkw:
# - Updated for v0.3.6
@@ -49,7 +52,7 @@
# - fix homepage URL
PRGNAM=zathura
-VERSION=${VERSION:-0.3.6}
+VERSION=${VERSION:-0.3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +89,7 @@ set -eu
# plugins. This build includes the default PDF plugin, without which zathura
# is completely useless.
PLUGIN=$PRGNAM-pdf-poppler
-PLUGINVER=${PLUGINVER:-0.2.6}
+PLUGINVER=${PLUGINVER:-0.2.7}
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT