From 6875a988c593ec0b069600fc15fef057ed1cc2ba Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 9 Oct 2024 21:03:55 +0200 Subject: Update misc packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- pdeath/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pdeath') diff --git a/pdeath/PKGBUILD b/pdeath/PKGBUILD index f434419..8c01ef6 100644 --- a/pdeath/PKGBUILD +++ b/pdeath/PKGBUILD @@ -1,15 +1,16 @@ # Maintainer: Mattias Andrée + pkgname=pdeath -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="Run a command that is killed when its parent exits" arch=(i686 x86_64) url="https://codeberg.org/maandree/pdeath" license=('custom:ISC') -depends=('linux>=2.1.57') -makedepends=('linux>=2.1.57') +depends=() +makedepends=() source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(35b3e0e2497f564cb57bb8c44c38da5e25c7d4784f3893237ddec7c6ad384010) +sha256sums=(3dae3078a17b65a9a0b18f2170abe722697894513fc885ec9846c9abf0313302) build() { cd "$srcdir/$pkgname" -- cgit v1.2.3-70-g09d2