xbps-src-utils: renamed git repo; update homepage.

This commit is contained in:
davehome 2012-07-06 09:02:44 -06:00
parent 714e3099d5
commit 18c063ea69

View file

@ -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}
}