diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-22 17:51:09 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-22 17:51:26 +0200 |
commit | 2af03655feed55f776ba1e5f2e32ccf1d39c2715 (patch) | |
tree | 9db1748ee70765810a21c1ac388b33fa34ec76ee | |
parent | 47a70616fe43aa2897d8d8f17c376e823dfd2331 (diff) | |
download | aports-2af03655feed55f776ba1e5f2e32ccf1d39c2715.tar.bz2 aports-2af03655feed55f776ba1e5f2e32ccf1d39c2715.tar.xz |
community/ruby-nokogiri: fix build
Mea culpa...
-rw-r--r-- | community/ruby-nokogiri/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/community/ruby-nokogiri/APKBUILD b/community/ruby-nokogiri/APKBUILD index ddc09516a8..6533ec0bca 100644 --- a/community/ruby-nokogiri/APKBUILD +++ b/community/ruby-nokogiri/APKBUILD @@ -12,6 +12,7 @@ depends="ruby ruby-mini_portile2" makedepends="ruby-dev libxml2-dev libxslt-dev" checkdepends="ruby-minitest ruby-test-unit" source="https://github.com/sparklemotion/$_gemname/archive/v$pkgver/$_gemname-$pkgver.tar.gz + https://rubygems.org/downloads/$_gemname-$pkgver.gem remove-simplecov.patch skip-tests-broken-on-musl.patch " @@ -75,5 +76,6 @@ package() { } sha512sums="5e5dcd0a4deaa477d3b3905c9353cf7c49ac5ef221df0425842bc441aed158d4a1d3597091cd89f9f62ace580bf030ca560801692f87f3f21b4b26edeed89a51 nokogiri-1.10.2.tar.gz +ced00f6a166db062ed5c68f06ecf834495332a8e520d38b8aaca114e3d452a911919de5700fc8d1bec1fae1317f03337126d95ac8d10ce1d9ae91e54e654c1df nokogiri-1.10.2.gem b3346647e55ded3c20775458f35f85c81222a7147c8e4040db0e09f1161e999d824570e29f4fc5bd34b9808ea047b9d2308ea32718b46143cceb777ffa2e63a6 remove-simplecov.patch 5f92d4cf87751c404a33dfbdc035dd5b54163eccdc46b4f515e6d6367a9573cf3fc4ef3c12c5b9e099b20f6c563d5a573acb1c2716890e492bfb26aa91f2cb5d skip-tests-broken-on-musl.patch" |