From b47c8903fdba960973f818781ba81d2ebc01d490 Mon Sep 17 00:00:00 2001 From: Albert S Date: Wed, 19 Aug 2020 15:02:44 +0200 Subject: [PATCH] adhocify: use instead of hardcoding version in source --- quitesimple/adhocify/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quitesimple/adhocify/APKBUILD b/quitesimple/adhocify/APKBUILD index 33b5bc3..5b7b68e 100644 --- a/quitesimple/adhocify/APKBUILD +++ b/quitesimple/adhocify/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: pkgname=adhocify pkgver=1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Executes commands upon file system events" url="https://gitea.quitesimple.org/crtxcr/adhocify" arch="all" license="MIT" depends="linux-headers" makedepends="" -source="${pkgname}-${pkgver}.tar.gz::https://gitea.quitesimple.org/crtxcr/adhocify/archive/v1.0.tar.gz" +source="${pkgname}-${pkgver}.tar.gz::https://gitea.quitesimple.org/crtxcr/adhocify/archive/v$pkgver.tar.gz" builddir="$srcdir/adhocify" build() {