[arch-commits] Commit in cloc/repos/community-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 4 03:46:47 UTC 2019


    Date: Saturday, May 4, 2019 @ 03:46:47
  Author: foutrelis
Revision: 458792

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-04 03:46:42 UTC (rev 458791)
+++ PKGBUILD	2019-05-04 03:46:47 UTC (rev 458792)
@@ -1,21 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Diogo Ferreira <diogo at underdev.org>
-
-pkgname=cloc
-pkgver=1.80
-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/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('082f53530eee3f9ee84ec449eca59a77ff114250cd7daf9519679537b5b21d67')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 458791, cloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-04 03:46:47 UTC (rev 458792)
@@ -0,0 +1,21 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Diogo Ferreira <diogo at underdev.org>
+
+pkgname=cloc
+pkgver=1.82
+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=($pkgname-$pkgver::https://github.com/AlDanial/cloc/archive/$pkgver.tar.gz)
+sha256sums=('7ab390f3a4888d9b78df420bff586326b53e3f7fc0e0c9ff9b160d076ca85a17')
+
+package() {
+  cd $pkgname-$pkgver/Unix
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list