~whynothugo/autovdirsyncer

2b62d3c8abddbf3848a1bfd59428f5999aa24820 — Hugo Osvaldo Barrera 3 years ago 81aa6e6
aur: include vdirsyncer as a dependency
2 files changed, 2 insertions(+), 0 deletions(-)

M contrib/aur/.SRCINFO
M contrib/aur/PKGBUILD
M contrib/aur/.SRCINFO => contrib/aur/.SRCINFO +1 -0
@@ 7,6 7,7 @@ pkgbase = autovdirsyncer
	arch = aarch64
	license = ISC
	makedepends = go
	depends = vdirsyncer
	source = git+https://git.sr.ht/~whynothugo/autovdirsyncer?signed#tag=v0.1.0
	validpgpkeys = 951082781CA308E4A529DEFD6F9FFF122B98C0CD
	md5sums = SKIP

M contrib/aur/PKGBUILD => contrib/aur/PKGBUILD +1 -0
@@ 7,6 7,7 @@ pkgdesc="Wrapper to daemonise vdirsyncer"
arch=('x86_64' 'aarch64')
url="https://git.sr.ht/~whynothugo/autovdirsyncer"
license=('ISC')
depends=('vdirsyncer')
makedepends=('go')
source=("git+https://git.sr.ht/~whynothugo/autovdirsyncer?signed#tag=v${pkgver}")
md5sums=('SKIP')