summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYacob Zitouni2019-09-07 20:52:02 +0200
committerYacob Zitouni2019-09-07 20:52:02 +0200
commit83a95c35a2e7a073ca2e205ab6fbc4bfbbf83b7c (patch)
tree35075f48bc4cc116fa6e352af72f9944337dfba3 /PKGBUILD
parent96525895f77b7dcd70df70032f06d9667f6ffb8f (diff)
downloadaur-83a95c35a2e7a073ca2e205ab6fbc4bfbbf83b7c.tar.gz
Changed license to BSD Python
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4716c63ae7df..a3e01a81dd4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-jproperties
_name=jproperties
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Java Property file parser and writer for Python"
url="https://github.com/Tblue/python-jproperties"
depends=('python3')
makedepends=('python3')
-license=('custom')
+license=('BSD' 'Python')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('b6709652f5c602e5271f519cf14cb9bf5d5a101df06e6c1d300123477a239588')