[arch-commits] Commit in ruby-pkgconfig/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Thu Dec 25 17:17:25 UTC 2014


    Date: Thursday, December 25, 2014 @ 18:17:24
  Author: anatolik
Revision: 124566

Set new homepage, clean the PKGBUILD

Modified:
  ruby-pkgconfig/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-25 15:54:13 UTC (rev 124565)
+++ PKGBUILD	2014-12-25 17:17:24 UTC (rev 124566)
@@ -10,7 +10,7 @@
 pkgrel=1
 pkgdesc='Implementation of pkg-config in ruby'
 arch=('any')
-url='http://github.com/rcairo/pkg-config'
+url='http://github.com/ruby-gnome2/pkg-config'
 license=('LGPL')
 depends=('ruby')
 source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem")
@@ -18,8 +18,6 @@
 noextract=("$_pkgname-$pkgver.gem")
 
 package() {
-  cd "$srcdir"
-
   gem install \
     --no-user-install \
     --ignore-dependencies \
@@ -26,5 +24,3 @@
     -i "$pkgdir$(ruby -rubygems -e'puts Gem.default_dir')" \
     $_pkgname-$pkgver.gem
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list