summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/systemd-timesyncd-wait-git/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
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 <lukeshu@sbcglobal.net>
_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"
}