diff options
author | B. Watson <yalhcru@gmail.com> | 2016-07-25 21:24:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:55 +0700 |
commit | cd0f3a983e5fa7ceb04deb51cb37e8107a332bc7 (patch) | |
tree | 8a8835852a4d9c92d6d7641ffd7cf2c497dc4774 /office/zathura/zathura.SlackBuild | |
parent | b190cba26fc23da3345bf49eab324bffe484f0c2 (diff) |
office/zathura: Updated for version 0.3.6.
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 258efde4f1ac..13eab4c1bc37 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 |