diff options
-rw-r--r-- | graphics/graphite2/graphite2.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/graphite2/graphite2.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/graphite2/graphite2.SlackBuild b/graphics/graphite2/graphite2.SlackBuild index 19cc534e14..ed4a1ef360 100644 --- a/graphics/graphite2/graphite2.SlackBuild +++ b/graphics/graphite2/graphite2.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=graphite2 -VERSION=${VERSION:-1.3.12} +VERSION=${VERSION:-1.3.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,8 +82,8 @@ cd build make install DESTDIR=$PKG cd .. -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | + grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING ChangeLog LICENSE README.md Todo.txt $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/graphics/graphite2/graphite2.info b/graphics/graphite2/graphite2.info index b1af03d760..ad548f6c1b 100644 --- a/graphics/graphite2/graphite2.info +++ b/graphics/graphite2/graphite2.info @@ -1,8 +1,8 @@ PRGNAM="graphite2" -VERSION="1.3.12" +VERSION="1.3.13" HOMEPAGE="http://graphite.sil.org/" -DOWNLOAD="https://github.com/silnrsi/graphite/releases/download/1.3.12/graphite2-1.3.12.tgz" -MD5SUM="75eafa40b5d2cfee852f40b42ef553f5" +DOWNLOAD="https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz" +MD5SUM="29616d4f9651706036ca25c111508272" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |