Date: Wednesday, May 30, 2018 @ 21:31:25 Author: arojas Revision: 333519
Rebuild Modified: libwlocate/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-30 21:28:38 UTC (rev 333518) +++ PKGBUILD 2018-05-30 21:31:25 UTC (rev 333519) @@ -5,16 +5,15 @@ pkgname=libwlocate pkgver=0.1 -pkgrel=1 +pkgrel=2 epoch=1 -_gitrev=ef865799942243896a4ace5e5b4dae999769b6ff pkgdesc="A shared library that can be used for location-based services" arch=(x86_64) url="http://sourceforge.net/projects/libwlocate" license=(GPL) depends=(wireless_tools glibc) -source=("https://github.com/openwifi-su/lwlocate/archive/v$pkgver.tar.gz") -md5sums=('615649a7379968b46248081a4ec014aa') +source=($pkgname-$pkgver.tar.gz::"https://github.com/openwifi-su/lwlocate/archive/v$pkgver.tar.gz") +sha256sums=('791899f4890fa88553b4e8417376187d7d533ead962f5fe51f598b6ed9a2c258') build() { cd lwlocate-$pkgver/master @@ -28,4 +27,3 @@ install -Dm644 libwlocate.h "$pkgdir"/usr/include/libwlocate.h install -Dm755 lwtrace "$pkgdir"/usr/bin/lwtrace } -
