subtle: update to 0.11.3224, dejavu.

This commit is contained in:
Andrea Brancaleoni 2015-08-17 09:21:10 +02:00
parent 7152961f78
commit de323e0741
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'subtle' # Template file for 'subtle'
pkgname=subtle pkgname=subtle
version=0.11 version=0.11.3224
revision=2 revision=1
build_pie=yes build_pie=yes
nocross=yes nocross=yes
hostmakedepends="mercurial ruby-devel pkg-config" hostmakedepends="mercurial ruby-devel pkg-config"
@ -16,8 +16,8 @@ conf_files="/etc/xdg/subtle/subtle.rb"
do_fetch() { do_fetch() {
local url="http://hg.subforge.org/${pkgname}" local url="http://hg.subforge.org/${pkgname}"
msg_normal "Fetching source from $url ...\n" msg_normal "Fetching source ${version%.*} from $url ...\n"
hg clone --rev ${version} ${url} ${pkgname}-${version} hg clone --rev ${version%.*} ${url} ${pkgname}-${version}
# Enable transplant plugin # Enable transplant plugin
printf "[extensions]\ntransplant=" > ~/.hgrc printf "[extensions]\ntransplant=" > ~/.hgrc
cd ${pkgname}-${version} cd ${pkgname}-${version}

2
srcpkgs/subtle/update Normal file
View File

@ -0,0 +1,2 @@
site='http://subforge.org/projects/subtle/files'
pattern='>subtle-\K[\d\.]+'