aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-04 22:50:36 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-04 22:51:44 +0100
commiteec9573c5c9e5bce78644057aff1406e6f24e356 (patch)
tree7f3a43a66d92e0c5abca6e029328e5866d0ed022
parent7f9d974993c464c02e8d287cd2d0f36cce173a8d (diff)
community/ruby-nokogiri: rebuild against libxml 2.9.7
To get rid of this warning message after loading: WARNING: Nokogiri was built against LibXML version 2.9.6, but has dynamically loaded 2.9.7
-rw-r--r--community/ruby-nokogiri/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-nokogiri/APKBUILD b/community/ruby-nokogiri/APKBUILD
index 0fa8c853919..771e10622d7 100644
--- a/community/ruby-nokogiri/APKBUILD
+++ b/community/ruby-nokogiri/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ruby-nokogiri
_gemname=${pkgname#ruby-}
pkgver=1.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="An HTML, XML, SAX, and Reader parser"
url="http://nokogiri.org/"
arch="all"