Date: Saturday, May 4, 2019 @ 03:46:42 Author: foutrelis Revision: 458791
upgpkg: cloc 1.82-1 New upstream release. Modified: cloc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-03 23:32:15 UTC (rev 458790) +++ PKGBUILD 2019-05-04 03:46:42 UTC (rev 458791) @@ -2,7 +2,7 @@ # Contributor: Diogo Ferreira <[email protected]> pkgname=cloc -pkgver=1.80 +pkgver=1.82 pkgrel=1 pkgdesc="Count lines of code" arch=('any') @@ -10,8 +10,8 @@ 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') +source=($pkgname-$pkgver::https://github.com/AlDanial/cloc/archive/$pkgver.tar.gz) +sha256sums=('7ab390f3a4888d9b78df420bff586326b53e3f7fc0e0c9ff9b160d076ca85a17') package() { cd $pkgname-$pkgver/Unix
