aboutsummaryrefslogtreecommitdiffstats
path: root/pdeath
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-09 21:03:55 +0200
committerMattias Andrée <m@maandree.se>2024-10-09 21:03:55 +0200
commit6875a988c593ec0b069600fc15fef057ed1cc2ba (patch)
treec3c44aa12e5b17072aedfc0531632051f07239b6 /pdeath
parentxcman: add missing maintainer line (diff)
downloadaur-packages-6875a988c593ec0b069600fc15fef057ed1cc2ba.tar.gz
aur-packages-6875a988c593ec0b069600fc15fef057ed1cc2ba.tar.bz2
aur-packages-6875a988c593ec0b069600fc15fef057ed1cc2ba.tar.xz
Update misc packages
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'pdeath')
-rw-r--r--pdeath/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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 <m@`base64 -d`(bWFhbmRyZWU).se>
+
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"