summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2016-02-28 11:10:17 -0300
committerBruno Galeotti2016-02-28 11:10:17 -0300
commit3ba147b380251dd79417f8e11f948038df83ff52 (patch)
treec67f783af40dcf7cfa87fa34f7910a46bd950551
parentd5ddd0830fdba6eaebabca24861cccd9f6681c27 (diff)
downloadaur-3ba147b380251dd79417f8e11f948038df83ff52.tar.gz
Added MIT license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eabc28d7054..2b37abeda07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
+# Generated by mksrcinfo v8
+# Sun Feb 28 14:10:06 UTC 2016
pkgbase = python2-tabulate
pkgdesc = Pretty-print tabular data in Python.
pkgver = 0.7.5
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/astanin/python-tabulate
arch = any
+ license = MIT
depends = python2
depends = python2-psutil
source = https://pypi.python.org/packages/source/t/tabulate/tabulate-0.7.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 5eea83e26d2f..9396c5bf0c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=python2-tabulate
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="Pretty-print tabular data in Python."
arch=(any)
url="https://bitbucket.org/astanin/python-tabulate"
depends=('python2' 'python2-psutil')
source=("https://pypi.python.org/packages/source/t/tabulate/tabulate-$pkgver.tar.gz")
sha256sums=('9071aacbd97a9a915096c1aaf0dc684ac2672904cd876db5904085d6dac9810e')
+license=('MIT')
build() {
cd "$srcdir/tabulate-$pkgver"