From 7edc95d29686ac6198c1902f75387ff6dccc312f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 30 Aug 2018 23:26:44 -0300 Subject: [PATCH] python-random2: fix license= --- srcpkgs/python-random2/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-random2/template b/srcpkgs/python-random2/template index 8d47203468f..fa465e8e7df 100644 --- a/srcpkgs/python-random2/template +++ b/srcpkgs/python-random2/template @@ -1,16 +1,16 @@ # Template file for 'python-random2' pkgname=python-random2 version=1.0.1 -revision=1 -wrksrc=random2-${version} +revision=2 +wrksrc="random2-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools unzip" depends="python-setuptools" short_desc="Python 3 compatible Python 2 random Module" maintainer="Wilson Birney " -license="Python 2.1.1" +license="Python-2.0" homepage="https://pypi.org/project/random2/" -distfiles="${PYPI_SITE}/r/random2/random2-1.0.1.zip" +distfiles="${PYPI_SITE}/r/random2/random2-${version}.zip" checksum=34ad30aac341039872401595df9ab2c9dc36d0b7c077db1cea9ade430ed1c007 noarch=yes