Merge remote-tracking branch 'dave/master'
* dave/master: xbps-src-utils: renamed git repo; update homepage.
This commit is contained in:
commit
fa5a7230aa
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'xbps-src-utils'.
|
||||
pkgname=xbps-src-utils
|
||||
version="$(date -u +%Y%m%d)"
|
||||
homepage="https://github.com/davehome/xbps-repo-checkvers"
|
||||
homepage="https://github.com/davehome/xbps-src-utils"
|
||||
makedepends="git pkg-config glib-devel proplib-devel libxbps-devel
|
||||
libarchive-devel confuse-devel"
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="Simplified BSD, GPL"
|
||||
|
@ -20,7 +20,7 @@ nofetch=yes
|
|||
noextract=yes
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/davehome/xbps-repo-checkvers.git"
|
||||
local url="git://github.com/davehome/xbps-src-utils.git"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue