aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-26 19:21:37 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-26 19:22:04 +0100
commitdc1a45df2f2af346a81c4f4ffc41c756db9ec01f (patch)
tree96b7c5344f12eb09fe946f91c7854e712f99f1d8 /community
parente309e699fd2591412601b68c0fe59c77f6d084ef (diff)
downloadaports-dc1a45df2f2af346a81c4f4ffc41c756db9ec01f.tar.bz2
aports-dc1a45df2f2af346a81c4f4ffc41c756db9ec01f.tar.xz
community/ruby-rdiscount: fix build with Ruby 2.5
Diffstat (limited to 'community')
-rw-r--r--community/ruby-rdiscount/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/ruby-rdiscount/APKBUILD b/community/ruby-rdiscount/APKBUILD
index 8add49f2fd..47bff8f52f 100644
--- a/community/ruby-rdiscount/APKBUILD
+++ b/community/ruby-rdiscount/APKBUILD
@@ -11,7 +11,8 @@ license="BSD-3-Clause"
checkdepends="perl ruby-test-unit tidyhtml"
makedepends="ruby-dev ruby-rake"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/davidfstr/$_gemname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/davidfstr/$_gemname/archive/$pkgver.tar.gz
+ fix-rakefile.patch"
builddir="$srcdir/$_gemname-$pkgver"
build() {
@@ -58,4 +59,5 @@ _mv() {
mv $@
}
-sha512sums="9ed19ce988a6253a15a883047fcf83def23f29efb301507e16ea0402ceded6e67eb13620643063bbae733ad6f98100b79a5a02aefe0a4d5d03969816014e1617 ruby-rdiscount-2.2.0.1.tar.gz"
+sha512sums="9ed19ce988a6253a15a883047fcf83def23f29efb301507e16ea0402ceded6e67eb13620643063bbae733ad6f98100b79a5a02aefe0a4d5d03969816014e1617 ruby-rdiscount-2.2.0.1.tar.gz
+eef24dd1a1bafd0efc27cb7097d5cd26d2ef0daeea2daf57f665d309352561fb79012faf3be2a1e584f735ed3b36ab6dc3fb975c78b8331a38d971b280d75eac fix-rakefile.patch"