summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-01-04 16:40:47 +0100
committerPhilipp A2019-01-04 16:40:47 +0100
commitb6b646ea6bbb8e842efff88e5615a8de4ce09d36 (patch)
tree7cf94534d98563f97f1ca173c6934233910c7f7b /PKGBUILD
parent590514dbbb049f4acc4cf73a730b2818874afe71 (diff)
downloadaur-b6b646ea6bbb8e842efff88e5615a8de4ce09d36.tar.gz
proper license version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 008d1bcd2e6b..43831619efc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
_name=smart-progress
pkgname=python-$_name
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Smart progressbar with multiple backends selected depending on the environment'
arch=('any')
url="https://github.com/flying-sheep/$_name"
-license=('GPLv3')
+license=('GPL3')
depends=('python' 'jupyter' 'python-click')
makedepends=('python-pip')
source=("https://files.pythonhosted.org/packages/py3/s/$_name/${_name/-/_}-$pkgver-py3-none-any.whl")