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