From 4e973635afd5256564c2fb6ce6e6a6adffc91b82 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 28 Jan 2017 19:07:12 -0500 Subject: update ~lukeshu/netctl-network-online-git --- ~lukeshu/netctl-network-online-git/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '~lukeshu') diff --git a/~lukeshu/netctl-network-online-git/PKGBUILD b/~lukeshu/netctl-network-online-git/PKGBUILD index d8c22be47..99447901c 100644 --- a/~lukeshu/netctl-network-online-git/PKGBUILD +++ b/~lukeshu/netctl-network-online-git/PKGBUILD @@ -3,11 +3,12 @@ _pkgname=netctl-network-online pkgname=$_pkgname-git -pkgver=20160531 -_gitver=7e05800cefd742ff5991931d69cc28791a06a476 +pkgver=20170128 +_gitver='commit=13f2ec3409d686cc81665e620c1559d3926a2e94' +_tarver=20160101-at3 pkgdesc="network-online.target integration for netctl" url="https://lukeshu.com/git/$_pkgname.git" -license=('WTFPL') +license=('WTFPL2') provides=($_pkgname) conflicts=($_pkgname) @@ -17,20 +18,19 @@ arch=('any') depends=('netctl') -source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('1d062bd19ee6ece6c8006a8b8e68c683') +source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$_tarver.tar.gz") +md5sums=('32a20efd8fd1c31af18240466e20bb4a') mkdepends=('git') -mksource=("$pkgname-$pkgver::git://lukeshu.com/$_pkgname.git#commit=$_gitver") +mksource=("$pkgname-$_tarver::git://git.lukeshu.com/$_pkgname.git#$_gitver") mkmd5sums=('SKIP') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgname-$_tarver" make sysconfdir=/etc prefix=/usr } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgname-$_tarver" make install sysconfdir=/etc prefix=/usr DESTDIR="$pkgdir" - install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname } -- cgit v1.2.3