tomb: update to 2.7.

This commit is contained in:
mobinmob 2019-10-13 15:37:41 +03:00 committed by Helmut Pozimski
parent 50c3ccb2cf
commit e295662062

View file

@ -1,18 +1,18 @@
# Template file for 'tomb' # Template file for 'tomb'
pkgname=tomb pkgname=tomb
version=2.6 version=2.7
revision=1 revision=1
wrksrc=Tomb-${version} wrksrc=Tomb-${version}
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libnotify-devel gtk+-devel" makedepends="libnotify-devel gtk+-devel"
depends="sudo gnupg cryptsetup pinentry zsh" depends="sudo gnupg cryptsetup pinentry zsh"
short_desc="A minimalistic commandline tool to manage encrypted volumes" short_desc="Minimalistic commandline tool to manage encrypted volumes"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://www.dyne.org/software/tomb/" homepage="https://www.dyne.org/software/tomb/"
distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz" distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz"
checksum=02b650a37c4638458f55c84db5fcfdbd57f565685581d691f59155932c9323eb checksum=960107427e42cf0ac10b876cdec0e9f898c10a32d078e3370b7d9b7404a06a74
pre_build() { pre_build() {
sed -i extras/gtk-tray/Makefile \ sed -i extras/gtk-tray/Makefile \
@ -35,4 +35,3 @@ do_install() {
make make
vbin tomb-gtk-tray vbin tomb-gtk-tray
} }