diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-04 22:50:36 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-04 22:51:44 +0100 |
commit | eec9573c5c9e5bce78644057aff1406e6f24e356 (patch) | |
tree | 7f3a43a66d92e0c5abca6e029328e5866d0ed022 | |
parent | 7f9d974993c464c02e8d287cd2d0f36cce173a8d (diff) | |
download | aports-eec9573c5c9e5bce78644057aff1406e6f24e356.tar.bz2 aports-eec9573c5c9e5bce78644057aff1406e6f24e356.tar.xz |
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/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-nokogiri/APKBUILD b/community/ruby-nokogiri/APKBUILD index 0fa8c85391..771e10622d 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" |