[arch-commits] Commit in ruby-pkg-config/repos/community-any (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue May 22 01:27:02 UTC 2018


    Date: Tuesday, May 22, 2018 @ 01:27:01
  Author: anatolik
Revision: 326710

archrelease: copy trunk to community-any

Added:
  ruby-pkg-config/repos/community-any/PKGBUILD
    (from rev 326709, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
  ruby-pkg-config/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-22 01:26:31 UTC (rev 326709)
+++ PKGBUILD	2018-05-22 01:27:01 UTC (rev 326710)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: gem2arch 0.1
-# Contributor: theapodan
-
-pkgname=ruby-pkg-config
-_pkgname=pkg-config
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='Implementation of pkg-config in ruby'
-arch=('any')
-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=('c06fb86e46cde092b3f29d6c7f9ea01d27a80e4c492fc6beb18d3f41139a1911')
-noextract=("$_pkgname-$pkgver.gem")
-
-package() {
-  gem install \
-    --no-user-install \
-    --ignore-dependencies \
-    --no-document \
-    -i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
-    $_pkgname-$pkgver.gem
-}

Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 326709, ruby-pkg-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-22 01:27:01 UTC (rev 326710)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+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=('953afe038297f8f34b4a519a27cf7a3c71a03c541366695dd0da7f3be2e43d7b')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+    --no-user-install \
+    --ignore-dependencies \
+    --no-document \
+    -i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
+    $_pkgname-$pkgver.gem
+}



More information about the arch-commits mailing list