summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 23:26:45 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 23:33:46 -0400
commit799c2b63c186a4ebb228235d1619c943bf8ba857 (patch)
treedf625dda359d52b1fcca2baf1a6206222055fd29 /~lukeshu
parent536d3606f7ee70da7b2cec33f49b4155250ec30c (diff)
~lukeshu/systemd-timesyncd-wait-git: update
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"
}