summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Kotsur2017-06-20 18:55:39 +0300
committerSergey Kotsur2017-06-20 18:55:39 +0300
commitae0ac4be71ffc80724e6fb0efe073c8eda1f0e20 (patch)
tree111a508506cd701ae25d53222b2b44bba6fe1d39
parentaf75bdcdb8a7e480fd07d84eafc58f8271f98263 (diff)
downloadaur-ae0ac4be71ffc80724e6fb0efe073c8eda1f0e20.tar.gz
changed license from 'MIT' to 'custom' as not license specified for the package
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49ca4cb55b68..0021c8b4192b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Package provides backports of new features in Python's weakref module under the backports namespace"
arch=('x86_64')
url="https://pypi.python.org/pypi/backports.weakref"
-license=('MIT')
+license=('custom')
makedepends=('python2-setuptools')
depends=('python2-backports')
source=(https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz)