summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2019-01-04 16:40:47 +0100
committerPhilipp A2019-01-04 16:40:47 +0100
commitb6b646ea6bbb8e842efff88e5615a8de4ce09d36 (patch)
tree7cf94534d98563f97f1ca173c6934233910c7f7b
parent590514dbbb049f4acc4cf73a730b2818874afe71 (diff)
downloadaur-b6b646ea6bbb8e842efff88e5615a8de4ce09d36.tar.gz
proper license version
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 524e26051c3f..a6dc8817ef21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-smart-progress
pkgdesc = Smart progressbar with multiple backends selected depending on the environment
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/flying-sheep/smart-progress
arch = any
- license = GPLv3
+ license = GPL3
makedepends = python-pip
depends = python
depends = jupyter
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4d7ad300862e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/src/
+/pkg/
+/*.whl
+/*.pkg.tar.xz
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")