diff options
Diffstat (limited to 'office/zathura/zathura.SlackBuild')
-rw-r--r-- | office/zathura/zathura.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/office/zathura/zathura.SlackBuild b/office/zathura/zathura.SlackBuild index 258efde4f1..13eab4c1bc 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. +# 20160725 bkw: +# - Updated for v0.3.6 + # 20150511 bkw: # - Version bump 0.3.3. The poppler plugin is still on 0.2.5. # - Make the poppler plugin's pdf.so a symlink. Will do the same @@ -46,7 +49,7 @@ # - fix homepage URL PRGNAM=zathura -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.3.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,7 +86,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.5} +PLUGINVER=${PLUGINVER:-0.2.6} rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |