[arch-commits] Commit in catatonit/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sun Nov 7 12:12:42 UTC 2021
Date: Sunday, November 7, 2021 @ 12:12:41
Author: foxboron
Revision: 1038527
upgpkg: catatonit 0.1.7-1
Modified:
catatonit/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-07 12:08:10 UTC (rev 1038526)
+++ PKGBUILD 2021-11-07 12:12:41 UTC (rev 1038527)
@@ -2,25 +2,27 @@
# Contributor: Axel Hinrichs <hinrichs at bitscape.de>
pkgname=catatonit
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
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=("$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")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz"{,.asc}
+ "patch-autoconf.patch::https://github.com/openSUSE/catatonit/commit/99bb9048f532257f3a2c3856cfa19fe957ab6cec.patch")
validpgpkeys=('5F36C6C61B5460124A75F5A69E18AA267DDB8DB4')
-sha256sums=('45cc16e339d2c34d86f62bebbe9b5071453d591f2d92aee33acd37f898b1754b'
- 'SKIP')
+sha256sums=('6ea6cb8c7feeca2cf101e7f794dab6eeb192cde177ecc7714d2939655d3d8997'
+ '6ea6cb8c7feeca2cf101e7f794dab6eeb192cde177ecc7714d2939655d3d8997'
+ '93e0429aa58cecea6cf2a8727bcc53e6eca90da63305a24c4f826b5e31c90d1a')
-prepare() {
+prepare(){
cd "$pkgname-$pkgver"
- autoreconf -fi
+ patch -Np1 < "$srcdir/patch-autoconf.patch"
}
build() {
cd "$pkgname-$pkgver"
+ ./autogen.sh
./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list