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:50:36 +0100 |
commit | 8525e1794e302da754d200ca864326a5c640ec55 (patch) | |
tree | c43e109256466aba0e302e54017a626ec5995276 /community/ruby-nokogiri/APKBUILD | |
parent | 6a5ef61440fa53200b4dad1f3be1230fbbd9d854 (diff) | |
download | aports-8525e1794e302da754d200ca864326a5c640ec55.tar.bz2 aports-8525e1794e302da754d200ca864326a5c640ec55.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
Diffstat (limited to 'community/ruby-nokogiri/APKBUILD')
-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" |