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

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


    Date: Wednesday, August 31, 2022 @ 18:51:12
  Author: arojas
Revision: 1289214

upgpkg: augeas 1.13.0-1: Update to 1.13.0

Modified:
  augeas/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 18:46:30 UTC (rev 1289213)
+++ PKGBUILD	2022-08-31 18:51:12 UTC (rev 1289214)
@@ -2,8 +2,8 @@
 # Contributor: Jon Nordby <jononor at gmail.com>
 
 pkgname=augeas
-pkgver=1.12.0
-pkgrel=2
+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"
@@ -10,10 +10,16 @@
 license=('LGPL')
 depends=('libxml2' 'gcc-libs')
 validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
-source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-sha512sums=('4f61d4abbf338e915dfae212560d39792674bc757f05f500afa80c6170abc214ffb99cab2cf5bbd1c2338d11a6909e5fc3ff7112a2246fca69f7b39ac283da40'
-            'SKIP')
+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



More information about the arch-commits mailing list