Date: Tuesday, December 20, 2022 @ 13:01:02
  Author: foutrelis
Revision: 1363745

archrelease: copy trunk to community-any

Added:
  cloc/repos/community-any/PKGBUILD
    (from rev 1363744, cloc/trunk/PKGBUILD)
Deleted:
  cloc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-20 13:00:57 UTC (rev 1363744)
+++ PKGBUILD    2022-12-20 13:01:02 UTC (rev 1363745)
@@ -1,21 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: Diogo Ferreira <[email protected]>
-
-pkgname=cloc
-pkgver=1.94
-pkgrel=1
-pkgdesc="Count lines of code"
-arch=('any')
-url="https://github.com/AlDanial/cloc";
-license=('GPL')
-depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
-         'perl-parallel-forkmanager')
-source=(https://github.com/AlDanial/cloc/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('08212290c4e9b21c7bb1abc0a9b4a365ce1c5eb0d8f3ebb74d50b29559a71a9c')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 1363744, 
cloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-20 13:01:02 UTC (rev 1363745)
@@ -0,0 +1,21 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Diogo Ferreira <[email protected]>
+
+pkgname=cloc
+pkgver=1.96
+pkgrel=1
+pkgdesc="Count lines of code"
+arch=('any')
+url="https://github.com/AlDanial/cloc";
+license=('GPL')
+depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
+         'perl-parallel-forkmanager')
+source=(https://github.com/AlDanial/cloc/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b91fba69074c1140e32d387f1cee5fe335d4595db971149c1561a4adda36d003')
+
+package() {
+  cd $pkgname-$pkgver/Unix
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to