Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / zps
Commits: f09c1405 by Orhun Parmaksız at 2023-11-17T08:27:01+03:00 upgpkg: 1.2.9-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = zps + pkgdesc = A small utility for listing and cleaning up zombie processes + pkgver = 1.2.9 + pkgrel = 1 + url = https://github.com/orhun/zps + arch = x86_64 + license = GPL3 + makedepends = cmake + depends = glibc + source = zps-1.2.9.tar.gz::https://github.com/orhun/zps/archive/1.2.9.tar.gz + sha512sums = fd3a7b7d15ce738687631b23cc0fe5ae52e5958102d6a940d9c0d16fefeb69fab6d8c50db26838408642151d3d6c9d8a108f41e6821421bc6469516b2645d669 + +pkgname = zps ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Orhun Parmaksız <or...@archlinux.org> pkgname=zps -pkgver=1.2.8 +pkgver=1.2.9 pkgrel=1 pkgdesc="A small utility for listing and cleaning up zombie processes" arch=('x86_64') @@ -10,7 +10,7 @@ license=('GPL3') depends=('glibc') makedepends=('cmake') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha512sums=('660a4c92c62391e555d1fe526f200f5610e02809186b3fa2e6aa474fb164c32616532c3248f62ab5db7fbc13e5261476dc0fdb28dbad63162c0d6193660cdbe6') +sha512sums=('fd3a7b7d15ce738687631b23cc0fe5ae52e5958102d6a940d9c0d16fefeb69fab6d8c50db26838408642151d3d6c9d8a108f41e6821421bc6469516b2645d669') build() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zps/-/commit/f09c1405c41bc8ca72ccc8c57ae9293057d6a401 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zps/-/commit/f09c1405c41bc8ca72ccc8c57ae9293057d6a401 You're receiving this email because of your account on gitlab.archlinux.org.