Date: Tuesday, June 7, 2016 @ 04:02:27 Author: anatolik Revision: 178072
Rename ruby-pkgconfig -> ruby-pkg-config to match upstream gem name Added: ruby-pkg-config/ Modified: ruby-pkg-config/trunk/PKGBUILD Deleted: ruby-pkgconfig/ ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: ruby-pkg-config/trunk/PKGBUILD =================================================================== --- ruby-pkgconfig/trunk/PKGBUILD 2016-06-07 01:58:37 UTC (rev 178071) +++ ruby-pkg-config/trunk/PKGBUILD 2016-06-07 02:02:27 UTC (rev 178072) @@ -4,7 +4,7 @@ # Contributor: gem2arch 0.1 # Contributor: theapodan -pkgname=ruby-pkgconfig +pkgname=ruby-pkg-config _pkgname=pkg-config pkgver=1.1.7 pkgrel=1 @@ -13,6 +13,9 @@ url='http://github.com/ruby-gnome2/pkg-config' license=('LGPL') depends=('ruby') +provides=('ruby-pkgconfig') +replaces=('ruby-pkgconfig') +conflicts=('ruby-pkgconfig') source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem") sha256sums=('1f3cd171432f4634805ebf7cd187d1d728d732bfead3837c349f2c502d8e9252') noextract=("$_pkgname-$pkgver.gem")
