From bd7763fdbba7141c383a36871071b22b33db2cf3 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 15 Sep 2018 12:55:00 +0200 Subject: [PATCH] dex: remove unnecessary python_version; license is GPL-3+ --- srcpkgs/dex/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dex/template b/srcpkgs/dex/template index 9dbcda28158..f176864e44b 100644 --- a/srcpkgs/dex/template +++ b/srcpkgs/dex/template @@ -1,18 +1,17 @@ # Template file for 'dex' pkgname=dex version=0.8.0 -revision=1 +revision=2 noarch=yes build_style=gnu-makefile make_install_args="MANPREFIX=/usr/share/man" -python_version=3 hostmakedepends="python3-Sphinx" depends="python3" short_desc="Generate and execute DesktopEntry files of the Application type" maintainer="Alain Kalker " -license="GPL-2" +license="GPL-3.0-or-later" homepage="https://github.com/jceb/dex" -distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" +distfiles="https://github.com/jceb/dex/archive/v${version}.tar.gz" checksum=cca8ade3dcc949d00f358410a9a5c2685b5dbe6501af630826a7049167503d23 post_install() {