diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-02-19 20:51:11 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-02-21 10:13:36 +0200 |
commit | 71ecbadf2c4b2f69fb473d051177871e2895c78a (patch) | |
tree | 1ddfe1d70f5fa5e448c3eda3505cef0c49f5c0f7 | |
parent | 899739ea64de5eefcda816616de710d5511eb691 (diff) | |
download | aports-71ecbadf2c4b2f69fb473d051177871e2895c78a.tar.bz2 aports-71ecbadf2c4b2f69fb473d051177871e2895c78a.tar.xz |
community/discount: upgrade to 2.2.4
-rw-r--r-- | community/discount/APKBUILD | 8 | ||||
-rw-r--r-- | community/discount/configure.inc.patch | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/community/discount/APKBUILD b/community/discount/APKBUILD index ba509bebc0..4fb732b8e2 100644 --- a/community/discount/APKBUILD +++ b/community/discount/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Daniel Sabogal <dsabogalcc@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=discount -pkgver=2.2.2 -pkgrel=1 +pkgver=2.2.4 +pkgrel=0 pkgdesc="A Markdown to HTML translator written in C" url="http://www.pell.portland.or.us/~orc/Code/discount/" arch="all" @@ -45,5 +45,5 @@ package() { done } -sha512sums="67d882c0a334592230332815c543458b3c916a950bf7983f8a468fbc9f61154b4023d4bf451b76639fcb3a076506b48118f192a8e21f2535b3f49c7f081bbdf3 discount-2.2.2.tar.bz2 -d243f0b5e01cd91376fa94960e9abcdbf24d3579f7d4b5220262e867adefdc5e9ed850fe0228cc290ed605f4b42c50a5ce1ac3fb61ff191a24dc2349d16b2ff2 configure.inc.patch" +sha512sums="0650e0ce3f6948e3a30fdaa1a810e895f64621c55df46c7a5ed8755e65c1b718b7a1d1a1bfe0a87a3a59fbb13fca8907718f1aa095125a4b6e152602b8e490cf discount-2.2.4.tar.bz2 +6935a52d3fa1ee70e21cf6290bd83e045e8da349ef48ab7241c4eb075caded11945c9d1eabc7e9cdf549a4101daf81e10675464b84876838da669d2086f1de43 configure.inc.patch" diff --git a/community/discount/configure.inc.patch b/community/discount/configure.inc.patch index b665754150..2d078b0659 100644 --- a/community/discount/configure.inc.patch +++ b/community/discount/configure.inc.patch @@ -1,6 +1,6 @@ ---- a/configure.inc -+++ b/configure.inc -@@ -1332,7 +1332,6 @@ +--- ./configure.inc.orig ++++ ./configure.inc +@@ -1439,7 +1439,6 @@ $PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME.\$MAJOR $PROG_LN_S -f \$FULLNAME \$1/\$LIBNAME EOF @@ -8,10 +8,10 @@ cat >> librarian.sh << EOF ;; esac -@@ -1420,7 +1419,7 @@ +@@ -1545,7 +1544,7 @@ AC_SUB 'INSTALL' "$PROG_INSTALL" - AC_SUB 'INSTALL_PROGRAM' "$PROG_INSTALL -s -m 755" + AC_SUB 'INSTALL_PROGRAM' "$PROG_INSTALL $_strip -m 755" - AC_SUB 'INSTALL_DATA' "$PROG_INSTALL -m 444" + AC_SUB 'INSTALL_DATA' "$PROG_INSTALL -m 644" |