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

Jonathan Steel jsteel at archlinux.org
Sun Nov 2 12:09:49 UTC 2014


    Date: Sunday, November 2, 2014 @ 13:09:49
  Author: jsteel
Revision: 121705

upgpkg: facter 2.3.0-1

Modified:
  facter/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-02 10:12:55 UTC (rev 121704)
+++ PKGBUILD	2014-11-02 12:09:49 UTC (rev 121705)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
 # Contributor: Greg Sutcliffe <facter_aur (at) emeraldreverie.orgr>
 # Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
 # Contributor: Thomas S Hatch <thatch45 (at) Gmail.com>
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
 
 pkgname=facter
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('any')
@@ -15,10 +15,10 @@
 license=('APACHE')
 depends=('ruby' 'inetutils' 'net-tools')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('60e24b947ef4a8a842998be54544f02d')
+md5sums=('7bb6dbeaef86cd79300b4723c06932bc')
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ruby install.rb --destdir="$pkgdir"/ --sitelibdir="$( ruby -e \
     'puts RbConfig::CONFIG["vendorlibdir"]' )"



More information about the arch-commits mailing list