[arch-commits] Commit in ruby-pkg-config/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Dec 6 19:17:55 UTC 2021
Date: Monday, December 6, 2021 @ 19:17:55
Author: arojas
Revision: 1065361
archrelease: copy trunk to community-any
Added:
ruby-pkg-config/repos/community-any/PKGBUILD
(from rev 1065360, 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 2021-12-06 19:17:45 UTC (rev 1065360)
+++ PKGBUILD 2021-12-06 19:17:55 UTC (rev 1065361)
@@ -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.4.1
-pkgrel=2
-pkgdesc='Implementation of pkg-config in ruby'
-arch=('any')
-url='https://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=('dca87a58534dfc3ff61c5de1289ed6622a5bd1f5b48fb2dc7a1cc5ef8f6b4ef2')
-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 1065360, ruby-pkg-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-06 19:17:55 UTC (rev 1065361)
@@ -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.4.6
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='https://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=('54be9117d55d9eba2ca5eb990548b539afc958be5b77e7a6fdc4e49e5ff052d6')
+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