adhocify: use instead of hardcoding version in source
This commit is contained in:
parent
aeefafa1c2
commit
b47c8903fd
@ -2,14 +2,14 @@
|
|||||||
# Maintainer:
|
# Maintainer:
|
||||||
pkgname=adhocify
|
pkgname=adhocify
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Executes commands upon file system events"
|
pkgdesc="Executes commands upon file system events"
|
||||||
url="https://gitea.quitesimple.org/crtxcr/adhocify"
|
url="https://gitea.quitesimple.org/crtxcr/adhocify"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="linux-headers"
|
depends="linux-headers"
|
||||||
makedepends=""
|
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"
|
builddir="$srcdir/adhocify"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user