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

Evangelos Foutras foutrelis at archlinux.org
Wed Jan 18 13:26:23 UTC 2017


    Date: Wednesday, January 18, 2017 @ 13:26:22
  Author: foutrelis
Revision: 207883

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-18 13:26:13 UTC (rev 207882)
+++ PKGBUILD	2017-01-18 13:26:22 UTC (rev 207883)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Diogo Ferreira <diogo at underdev.org>
-
-pkgname=cloc
-pkgver=1.70
-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=('5b574bac85b0ff4c48d7c3fe32578703b5fb796689de692b903ee43349671615')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 207882, cloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-18 13:26:22 UTC (rev 207883)
@@ -0,0 +1,21 @@
+# $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:



More information about the arch-commits mailing list