From 80c8242a5d8c00f63507e7aa5b3f51bd83733a17 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 3 Feb 2019 18:21:43 -0200 Subject: [PATCH] python-keyutils: update to 0.6. --- srcpkgs/python-keyutils/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-keyutils/template b/srcpkgs/python-keyutils/template index 85a513e9d3..d56ada0e30 100644 --- a/srcpkgs/python-keyutils/template +++ b/srcpkgs/python-keyutils/template @@ -1,17 +1,17 @@ # Template file for 'python-keyutils' pkgname=python-keyutils -version=0.5 -revision=2 +version=0.6 +revision=1 build_style=python-module pycompile_module="keyutils" hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel keyutils-devel" short_desc="Python2 bindings for keyutils" maintainer="Matthias Fulz " -homepage="https://github.com/sassoftware/python-keyutils" license="Apache-2.0" -distfiles="https://github.com/sassoftware/python-keyutils/archive/v$version.tar.gz" -checksum=a1a12891e618f1568d9a873c0990e17ff39abf11ba81b65e5dae3cd7ced63441 +homepage="https://github.com/sassoftware/python-keyutils" +distfiles="https://github.com/sassoftware/python-keyutils/archive/${version}.tar.gz" +checksum=f69e6cadc50525dcb117714e440ee6579b0e5b7f12910b2bb2e910b236a2b18b python3-keyutils_package() { pycompile_module="keyutils"