diff options
author | Colin | 2020-05-17 17:51:53 -0700 |
---|---|---|
committer | Colin | 2020-05-17 17:53:07 -0700 |
commit | 9d19947fd5aa4baa44a03c4521e6f2c8f7858c61 (patch) | |
tree | 2ec0f641a6e5b66c0eac20e2c72b985a8c6ed9a7 /PKGBUILD | |
parent | 02848dae01c6467c2b7cc651172945e39edb7150 (diff) | |
download | aur-9d19947fd5aa4baa44a03c4521e6f2c8f7858c61.tar.gz |
Fix the license: pypi lists it as GPL
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ pkgname=('python-urldecode') _pkgname=urldecode pkgver=0.1 -pkgrel=1 +pkgrel=2 pkgdesc='URLDecode is to decode an encoded url' arch=(any) url=http://pypi.python.org/pypi/urldecode -license=(MIT) +license=(GPL) makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/d1/b3/550b96212bc353ed911600085675115109c9cf042aeb4c126f7366417d25/${_pkgname}-${pkgver}.tar.gz") sha256sums=('52b6a6dd23b82b514eb3502c9bb50bd9d4eb61676285f8bfd3f776dee6f11571') |