diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 03:01:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:37:55 +0700 |
commit | ec02ff2fb2999e680b35fec4a4c949b57e85d6e6 (patch) | |
tree | 0ebc42e5b2c8285da7431f4084129cb6fd14f2a9 /system/pdfgrep | |
parent | 35a3ef3660268b4849aa37288598b7eed0c6a33a (diff) | |
download | slackbuilds-ec02ff2fb2999e680b35fec4a4c949b57e85d6e6.tar.gz |
system/pdfgrep: Updated for version 2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pdfgrep')
-rw-r--r-- | system/pdfgrep/pdfgrep.SlackBuild | 6 | ||||
-rw-r--r-- | system/pdfgrep/pdfgrep.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/pdfgrep/pdfgrep.SlackBuild b/system/pdfgrep/pdfgrep.SlackBuild index 35b14555a8..f1344e79f8 100644 --- a/system/pdfgrep/pdfgrep.SlackBuild +++ b/system/pdfgrep/pdfgrep.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pdfgrep -# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pdfgrep -VERSION=${VERSION:-1.4.1} +VERSION=${VERSION:-2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS TODO NEWS INSTALL COPYING $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS *.md INSTALL COPYING $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/pdfgrep/pdfgrep.info b/system/pdfgrep/pdfgrep.info index 2c6db2cb41..507f2789f8 100644 --- a/system/pdfgrep/pdfgrep.info +++ b/system/pdfgrep/pdfgrep.info @@ -1,8 +1,8 @@ PRGNAM="pdfgrep" -VERSION="1.4.1" +VERSION="2.0" HOMEPAGE="https://pdfgrep.org/" -DOWNLOAD="https://pdfgrep.org/download/pdfgrep-1.4.1.tar.gz" -MD5SUM="0725b4b3a4647cea549d3654cd9aa24e" +DOWNLOAD="https://pdfgrep.org/download/pdfgrep-2.0.tar.gz" +MD5SUM="713ccf6bee0ffeddffa3ef7a22797ca1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |