[arch-commits] Commit in sloccount/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Oct 5 10:48:02 UTC 2017
Date: Thursday, October 5, 2017 @ 10:48:01
Author: arodseth
Revision: 261665
upgpkg: sloccount 2.26-7
Modified:
sloccount/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-05 10:43:37 UTC (rev 261664)
+++ PKGBUILD 2017-10-05 10:48:01 UTC (rev 261665)
@@ -1,5 +1,5 @@
# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
# Contributor: Allan McRae <allan at archlinux.org>
# Contributor: Christof Musik <christof at senfdax.de>
@@ -8,15 +8,15 @@
pkgver=2.26
pkgrel=7
pkgdesc='Tools for counting physical source lines of code'
-url='http://www.dwheeler.com/sloccount/'
+url='https://www.dwheeler.com/sloccount/'
license=('GPL')
depends=('perl')
arch=('x86_64' 'i686')
-source=("http://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://www.dwheeler.com/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('fa7fa2bbf2f627dd2d0fdb958bd8ec4527231254c120a8b4322405d8a4e3d12b')
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
install -dm755 "$pkgdir/usr/bin"
make PREFIX="$pkgdir/usr" install
@@ -24,4 +24,4 @@
chmod 644 "$pkgdir/usr/share/doc/sloccount/"*
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list