subtle: update to 0.11.3281.

This commit is contained in:
Andrea Brancaleoni 2018-02-10 17:27:11 +01:00
parent 7296ad0ff3
commit 678d1fff41
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'subtle'
pkgname=subtle
version=0.11.3276
revision=4
version=0.11.3281
revision=1
nocross=yes
hostmakedepends="mercurial ruby-devel pkg-config"
makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
@ -11,7 +11,6 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2"
homepage="http://subtle.subforge.org"
conf_files="/etc/xdg/subtle/subtle.rb"
nopie=yes
do_fetch() {
local url="http://hg.subforge.org/${pkgname}"
@ -19,7 +18,7 @@ do_fetch() {
hg clone --rev ${version##*.} ${url} ${pkgname}-${version}
}
do_configure() {
CFLAGS="$CFLAGS -fno-stack-protector" DESTDIR=$PKGDESTDIR rake config
DESTDIR=$PKGDESTDIR rake config
}
do_build() {
rake build