diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-26 13:44:40 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-04-26 13:59:53 -0400 |
commit | e57a5157f0aa5644c3c4521ac3e122a9e12fa79a (patch) | |
tree | 30a4b358b0a2e3850221b2647c505ade41773b75 /~lukeshu | |
parent | 0e1f97d546131a13ba69ba35ada9251b59f998be (diff) | |
download | abslibre-e57a5157f0aa5644c3c4521ac3e122a9e12fa79a.tar.gz abslibre-e57a5157f0aa5644c3c4521ac3e122a9e12fa79a.tar.bz2 abslibre-e57a5157f0aa5644c3c4521ac3e122a9e12fa79a.zip |
~lukeshu/systemd-timesyncd-wait-git: Update
Diffstat (limited to '~lukeshu')
-rw-r--r-- | ~lukeshu/systemd-timesyncd-wait-git/PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD b/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD index 83c06ddb5..b72ae1b7d 100644 --- a/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD +++ b/~lukeshu/systemd-timesyncd-wait-git/PKGBUILD @@ -1,23 +1,26 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> _pkgname=systemd-timesyncd-wait -pkgver=20170816 +pkgver=20180426 pkgdesc="Proper time-sync.target support for systemd-timesyncd" url="https://lukeshu.com/git/$_pkgname.git" license=('Apache') pkgrel=1 -arch=('i686' 'x86_64') -depends=('systemd') +arch=('i686' 'x86_64' 'armv7h') +depends=('systemd>=235' 'systemd<239') +conflicts=('systemd>=239') makedepends=('go') -source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$_pkgname-$pkgver.tar.gz") -md5sums=('3f2e9a7f7bce792eabce614dc9628667') +source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.sig}) +sha256sums=('f7d7bb2fd0c9b00091789bd866cedb92d0046478d870f1fabbad64d691f979d1' + 'SKIP') +validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker pkgname=$_pkgname-git provides=($_pkgname) conflicts=($_pkgname) -_gitver='commit=0607a0add0b3ac72169be53d072db48c31a018d7' +_gitver='commit=d7850fb58ba3d0b727ef6d73206101eb6d16b7f3' mkdepends=('git') mksource=("$_pkgname-$pkgver::git://git.lukeshu.com/$_pkgname.git#$_gitver") mkmd5sums=('SKIP') |