[arch-commits] Commit in ruby-pkg-config/repos/community-any (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Mon Mar 11 19:59:04 UTC 2019
Date: Monday, March 11, 2019 @ 19:59:03
Author: anatolik
Revision: 439865
archrelease: copy trunk to community-any
Added:
ruby-pkg-config/repos/community-any/PKGBUILD
(from rev 439864, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
ruby-pkg-config/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-11 19:58:31 UTC (rev 439864)
+++ PKGBUILD 2019-03-11 19:59:03 UTC (rev 439865)
@@ -1,29 +0,0 @@
-# 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=2
-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
-}
Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 439864, ruby-pkg-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-11 19:59:03 UTC (rev 439865)
@@ -0,0 +1,29 @@
+# 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.6
+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=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem")
+sha256sums=('fa78f18ee45320b2b6ce5d14825438e97e62159219b832845d883709fd128666')
+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