Date: Friday, May 5, 2023 @ 23:50:43
  Author: svenstaro
Revision: 1458919

archrelease: copy trunk to community-x86_64

Added:
  kcov/repos/community-x86_64/PKGBUILD
    (from rev 1458918, kcov/trunk/PKGBUILD)
Deleted:
  kcov/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-05 23:50:31 UTC (rev 1458918)
+++ PKGBUILD    2023-05-05 23:50:43 UTC (rev 1458919)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
-
-pkgname=kcov
-pkgver=41
-pkgrel=1
-pkgdesc="Code coverage tester for compiled programs, Python scripts and shell 
scripts"
-arch=('x86_64')
-url="http://simonkagstrom.github.com/kcov/index.html";
-license=('GPL2')
-depends=('elfutils' 'curl')
-makedepends=('cmake' 'python' 'ninja')
-source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz";)
-sha512sums=('4ba0eafe54e4e156a18c965c43bc9634db2e1f385ea4cf52e9123818b3addd31357b6857cd17490894eeb12554bb5a77e89b0657e5fdefa05696d2ac20058ae8')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake \
-    -GNinja \
-    -Bbuild \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="$pkgdir/" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kcov/repos/community-x86_64/PKGBUILD (from rev 1458918, 
kcov/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-05 23:50:43 UTC (rev 1458919)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
+pkgname=kcov
+pkgver=41
+pkgrel=2
+pkgdesc="Code coverage tester for compiled programs, Python scripts and shell 
scripts"
+arch=('x86_64')
+url="https://simonkagstrom.github.io/kcov";
+license=('GPL2')
+depends=('elfutils' 'curl' 'zstd' 'zlib' 'binutils')
+makedepends=('cmake' 'python' 'ninja')
+source=("https://github.com/SimonKagstrom/kcov/archive/v${pkgver}.tar.gz";)
+sha512sums=('4ba0eafe54e4e156a18c965c43bc9634db2e1f385ea4cf52e9123818b3addd31357b6857cd17490894eeb12554bb5a77e89b0657e5fdefa05696d2ac20058ae8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake \
+    -GNinja \
+    -Bbuild \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  ninja -C build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="$pkgdir/" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to