[arch-commits] Commit in cloc/repos/community-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Jun 4 04:51:31 UTC 2018
Date: Monday, June 4, 2018 @ 04:51:30
Author: foutrelis
Revision: 340227
archrelease: copy trunk to community-any
Added:
cloc/repos/community-any/PKGBUILD
(from rev 340226, cloc/trunk/PKGBUILD)
Deleted:
cloc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 43 ++++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-04 04:51:24 UTC (rev 340226)
+++ PKGBUILD 2018-06-04 04:51:30 UTC (rev 340227)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Diogo Ferreira <diogo at underdev.org>
-
-pkgname=cloc
-pkgver=1.74
-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')
-source=(https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('55ac423d5766c74236700a47838ed66bea47ba42e1d594fdd894074ba3eb0567')
-
-package() {
- cd $pkgname-$pkgver/Unix
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: cloc/repos/community-any/PKGBUILD (from rev 340226, cloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-04 04:51:30 UTC (rev 340227)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Diogo Ferreira <diogo at underdev.org>
+
+pkgname=cloc
+pkgver=1.76
+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=('d43e812b417ec718219fb561ed8f50f2eaac9bf365fd5dfdf127ebc8ffa65917')
+
+package() {
+ cd $pkgname-$pkgver/Unix
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list