xbps-git: revbump for latest changes.
This commit is contained in:
parent
162e00a54e
commit
4c5744f833
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xbps-git'
|
||||
pkgname=xbps-git
|
||||
version="$(date -u +%Y%m%d)"
|
||||
revision=1
|
||||
revision=2
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
build_style=configure
|
||||
|
@ -17,7 +17,7 @@ replaces="xbps>=0 xbps-devel>=0"
|
|||
short_desc="The XBPS package system (development branch)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
license="BSD"
|
||||
license="Simplified BSD"
|
||||
long_desc="
|
||||
The XBPS package system. A new, fast, from scratch and simple
|
||||
binary package manager. This packages includes code from a development
|
||||
|
@ -25,6 +25,6 @@ long_desc="
|
|||
|
||||
do_fetch() {
|
||||
local url="git://github.com/xtraeme/xbps"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue