summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Parra2017-08-12 19:07:37 +0200
committerEduardo Parra2017-08-12 19:07:37 +0200
commitbefc4eb146e6e0987009b90662aff0295e3b91cb (patch)
tree6c05fea3a6b098f4527def47d88c3f4d988f5d2e
parenta1d9bcfd45b704a9161bb5dc8cdd165d29969740 (diff)
downloadaur-befc4eb146e6e0987009b90662aff0295e3b91cb.tar.gz
Initial commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b5a38278b3f..3f390046291f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-pyexcel-io
url = https://github.com/pyexcel/pyexcel-io
arch = i686
arch = x86_64
- license = Apache-2.0
+ license = BSD
depends = python
depends = python-lml
source = https://github.com/pyexcel/pyexcel-io/archive/v0.4.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6bbb9046009d..e3df50803deb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="A python library to read and write structured data in csv, zipped csv format and to/from databases"
arch=('i686' 'x86_64')
url="https://github.com/pyexcel/pyexcel-io"
-license=('Apache-2.0')
+license=('BSD')
depends=('python' 'python-lml')
source=("https://github.com/pyexcel/pyexcel-io/archive/v$pkgver.tar.gz")
md5sums=('2e7940daa14d1112c0c67a51478e686c')