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

Morten Linderud foxboron at archlinux.org
Mon May 25 19:25:36 UTC 2020


    Date: Monday, May 25, 2020 @ 19:25:36
  Author: foxboron
Revision: 634931

upgpkg: catatonit 0.1.5-2

Modified:
  catatonit/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 19:16:54 UTC (rev 634930)
+++ PKGBUILD	2020-05-25 19:25:36 UTC (rev 634931)
@@ -3,20 +3,24 @@
 
 pkgname=catatonit
 pkgver=0.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A container init that is so simple it's effectively brain-dead."
 arch=('x86_64')
 url="https://github.com/openSUSE/catatonit/"
 license=('GPL3')
-source=("https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz"{,.asc})
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz"
+        "$pkgname-$pkgver.tar.gz.asc::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz.asc")
 validpgpkeys=('5F36C6C61B5460124A75F5A69E18AA267DDB8DB4')
 sha256sums=('4c45e2230235751731da3daabe130abce70b3ef37d0b1936cbc90a46b475cf08'
             'SKIP')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -fi
+}
 
 build() {
   cd "$pkgname-$pkgver"
-  autoreconf -fi
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list