adhocify: use instead of hardcoding version in source

This commit is contained in:
Albert S. 2020-08-19 15:02:44 +02:00
父節點 aeefafa1c2
當前提交 b47c8903fd
共有 1 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -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() {