[arch-commits] Commit in augeas/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

Antonio Rojas arojas at gemini.archlinux.org
Wed Aug 31 18:51:22 UTC 2022


    Date: Wednesday, August 31, 2022 @ 18:51:22
  Author: arojas
Revision: 1289215

archrelease: copy trunk to community-x86_64

Added:
  augeas/repos/community-x86_64/PKGBUILD
    (from rev 1289214, augeas/trunk/PKGBUILD)
  augeas/repos/community-x86_64/keys/
Deleted:
  augeas/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 32 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 18:51:12 UTC (rev 1289214)
+++ PKGBUILD	2022-08-31 18:51:22 UTC (rev 1289215)
@@ -1,26 +0,0 @@
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Jon Nordby <jononor at gmail.com>
-
-pkgname=augeas
-pkgver=1.12.0
-pkgrel=2
-pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
-arch=('x86_64')
-url="http://augeas.net"
-license=('LGPL')
-depends=('libxml2' 'gcc-libs')
-validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
-source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-sha512sums=('4f61d4abbf338e915dfae212560d39792674bc757f05f500afa80c6170abc214ffb99cab2cf5bbd1c2338d11a6909e5fc3ff7112a2246fca69f7b39ac283da40'
-            'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: augeas/repos/community-x86_64/PKGBUILD (from rev 1289214, augeas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-31 18:51:22 UTC (rev 1289215)
@@ -0,0 +1,32 @@
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Jon Nordby <jononor at gmail.com>
+
+pkgname=augeas
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
+arch=('x86_64')
+url="http://augeas.net"
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(https://github.com/hercules-team/augeas/releases/download/release-$pkgver/augeas-$pkgver.tar.gz
+        https://github.com/hercules-team/augeas/commit/23f7b550.patch)
+sha512sums=('a6a9ee76f3e48780df1928f2fdfa5cc826695fe6233ff90d069d05806cb020aed3c6b2ce6b9047925a203973eefcd7c254fc3ddd1db7473821c8ade4fda58d5f'
+            '00f2d5effd613e65a5a8fcce3721d3a7414d2e6097398822f8b3e7a1e28a3f288c441b731525c4658cf27b8cf01bc7bcc917340c649ad7d054f1b6bb605f72eb')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../23f7b550.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list