From 799c2b63c186a4ebb228235d1619c943bf8ba857 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 16 Aug 2017 23:26:45 -0400 Subject: ~lukeshu/systemd-timesyncd-wait-git: update --- ~lukeshu/systemd-timesyncd-wait-git/PKGBUILD | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to '~lukeshu') diff --git a/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD b/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD index 7f37e2f9f..83c06ddb5 100644 --- a/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD +++ b/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD @@ -1,33 +1,37 @@ # Maintainer: Luke Shumaker _pkgname=systemd-timesyncd-wait -pkgver=20170119 +pkgver=20170816 pkgdesc="Proper time-sync.target support for systemd-timesyncd" url="https://lukeshu.com/git/$_pkgname.git" license=('Apache') -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64') depends=('systemd') makedepends=('go') source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$_pkgname-$pkgver.tar.gz") -md5sums=('96b298f1934a6587c7001862adae16ca') +md5sums=('3f2e9a7f7bce792eabce614dc9628667') pkgname=$_pkgname-git provides=($_pkgname) conflicts=($_pkgname) -_gitver='commit=d6d7ed035c4f4a1f8e968e70726050c9fa4553e4' +_gitver='commit=0607a0add0b3ac72169be53d072db48c31a018d7' mkdepends=('git') mksource=("$_pkgname-$pkgver::git://git.lukeshu.com/$_pkgname.git#$_gitver") mkmd5sums=('SKIP') +_makeflags=( + prefix=/usr +) + build() { cd "$srcdir/$_pkgname-$pkgver" - make + make "${_makeflags[@]}" } package() { cd "$srcdir/$_pkgname-$pkgver" - make install DESTDIR="$pkgdir" + make "${_makeflags[@]}" install DESTDIR="$pkgdir" } -- cgit v1.2.3