gufw: update to 18.10.0.

This commit is contained in:
Rasmus Thomsen 2018-12-28 18:23:11 +01:00 committed by maxice8
parent 2c98f04bc3
commit 5f5bf2081d
1 changed files with 6 additions and 6 deletions

View File

@ -1,20 +1,20 @@
# Template file for 'gufw' # Template file for 'gufw'
pkgname=gufw pkgname=gufw
version=18.04.0 version=18.10.0
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="gui-ufw-${version}" wrksrc=gui-ufw
build_style=python3-module build_style=python3-module
pycompile_module="gufw" pycompile_module="gufw"
hostmakedepends="python3-distutils-extra intltool"
depends="python3-gobject net-tools ufw gtk+3 webkit2gtk" depends="python3-gobject net-tools ufw gtk+3 webkit2gtk"
hostmakedepends="python3-distutils-extra intltool $depends"
short_desc="GTK+ frontend for ufw" short_desc="GTK+ frontend for ufw"
maintainer="Enno Boland <gottox@voidlinux.eu>" maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3" license="GPL-3.0-or-later"
homepage="https://gufw.org/" homepage="https://gufw.org/"
distfiles="https://launchpad.net/gui-ufw/trunk/${version%.*}/+download/gui-ufw-${version}.tar.gz" distfiles="https://launchpad.net/gui-ufw/trunk/${version%.*}/+download/gui-ufw-${version}.tar.gz"
checksum=b6b12524d3d2c6035288f15003c97aa23eef862fdaa78fb621e045cd793374fc checksum=c44468550cbcb35ebee0dd8339341447118811ccd0714e79350136117421b93b
pre_configure() { pre_configure() {
sed -i 's/python3.5/python3.6/' bin/gufw-pkexec sed -i "s/python3.5/python$py3_ver/" bin/gufw-pkexec
} }