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

Evangelos Foutras foutrelis at archlinux.org
Sat Sep 16 00:40:26 UTC 2017


    Date: Saturday, September 16, 2017 @ 00:40:25
  Author: foutrelis
Revision: 257744

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-16 00:40:15 UTC (rev 257743)
+++ PKGBUILD	2017-09-16 00:40:25 UTC (rev 257744)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Diogo Ferreira <diogo at underdev.org>
-
-pkgname=cloc
-pkgver=1.72
-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/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dfd238115948ef6c9c3f9c89094ff9fb7a77ff1d23d0ff81aed7c445565f87be')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 257743, cloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-16 00:40:25 UTC (rev 257744)
@@ -0,0 +1,21 @@
+# $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:



More information about the arch-commits mailing list