mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
xbps-src-git: require xbps-triggers>=0.54.
This commit is contained in:
parent
1033652449
commit
53519aceac
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbps-src-git'
|
# Template file for 'xbps-src-git'
|
||||||
pkgname=xbps-src-git
|
pkgname=xbps-src-git
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
|
@ -25,6 +25,7 @@ nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
makedepends="git"
|
makedepends="git"
|
||||||
|
depends="xbps-triggers>=0.54"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/xtraeme/xbps-src"
|
local url="git://github.com/xtraeme/xbps-src"
|
||||||
|
|
Loading…
Add table
Reference in a new issue