summaryrefslogtreecommitdiffstats
path: root/office/zathura/zathura.SlackBuild
diff options
context:
space:
mode:
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