Date: Monday, November 7, 2022 @ 18:09:55
  Author: orhun
Revision: 1345833

archrelease: copy trunk to community-x86_64

Added:
  zps/repos/community-x86_64/PKGBUILD
    (from rev 1345832, zps/trunk/PKGBUILD)
Deleted:
  zps/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-07 18:09:44 UTC (rev 1345832)
+++ PKGBUILD    2022-11-07 18:09:55 UTC (rev 1345833)
@@ -1,30 +0,0 @@
-# Maintainer: Orhun Parmaksız <[email protected]>
-
-pkgname=zps
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="A small utility for listing and cleaning up zombie processes"
-arch=('x86_64')
-url="https://github.com/orhun/zps";
-license=('GPL3')
-depends=('glibc')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('f65c9d197822cc86d436afb22defaa8061fcb97079192634b8fd60b7990e814d224516fb86d55708cdf1aafd7cc25ac5d273b76b5b5f0308695a33ad92923429')
-
-build() {
-  cd "$pkgname-$pkgver"
-  mkdir -p build && cd build/
-  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 "../README.md" -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "../man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "../.application/$pkgname.desktop" -t 
"$pkgdir/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: zps/repos/community-x86_64/PKGBUILD (from rev 1345832, 
zps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-07 18:09:55 UTC (rev 1345833)
@@ -0,0 +1,30 @@
+# Maintainer: Orhun Parmaksız <[email protected]>
+
+pkgname=zps
+pkgver=1.2.8
+pkgrel=1
+pkgdesc="A small utility for listing and cleaning up zombie processes"
+arch=('x86_64')
+url="https://github.com/orhun/zps";
+license=('GPL3')
+depends=('glibc')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('660a4c92c62391e555d1fe526f200f5610e02809186b3fa2e6aa474fb164c32616532c3248f62ab5db7fbc13e5261476dc0fdb28dbad63162c0d6193660cdbe6')
+
+build() {
+  cd "$pkgname-$pkgver"
+  mkdir -p build && cd build/
+  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 "../README.md" -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "../man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "../.application/$pkgname.desktop" -t 
"$pkgdir/usr/share/applications"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to