Date: Tuesday, August 15, 2017 @ 16:51:53 Author: arodseth Revision: 251077
upgpkg: acpi 1.7-1 Modified: acpi/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-15 16:51:04 UTC (rev 251076) +++ PKGBUILD 2017-08-15 16:51:53 UTC (rev 251077) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Judd Vinet <[email protected]> pkgname=acpi @@ -7,10 +7,10 @@ pkgrel=1 pkgdesc='Client for battery, power, and thermal readings' arch=('x86_64' 'i686') -url='http://sourceforge.net/projects/acpiclient/files/acpiclient/' +url='https://sourceforge.net/projects/acpiclient/files/acpiclient/' license=('GPL2') depends=('glibc') -source=("http://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz") +source=("https://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz") sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005') build() { @@ -24,5 +24,4 @@ make -C "$pkgname-$pkgver" DESTDIR"=$pkgdir" install } -# getver: -u 2 -# vim:set ts=2 sw=2 et: +# vim:ts=2 sw=2 et:
