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

Antonio Rojas arojas at archlinux.org
Sun Dec 10 21:57:35 UTC 2017


    Date: Sunday, December 10, 2017 @ 21:57:34
  Author: arojas
Revision: 273636

Update to 1.9.0

Modified:
  augeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-10 21:51:07 UTC (rev 273635)
+++ PKGBUILD	2017-12-10 21:57:34 UTC (rev 273636)
@@ -3,7 +3,7 @@
 # Contributor: Jon Nordby <jononor at gmail.com>
 
 pkgname=augeas
-pkgver=1.8.1
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
 arch=('x86_64')
@@ -12,17 +12,16 @@
 depends=('libxml2' 'gcc-libs')
 validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
 source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-sha256sums=('65cf75b5a573fee2a5c6c6e3c95cad05f0101e70d3f9db10d53f6cc5b11bc9f9'
+sha256sums=('2b463d398cabc9b42747aa61d3e83ed6a93ce03d9074cf8e7a7bd3107a668343'
             'SKIP')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list