summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCullen2020-09-14 08:53:00 -0400
committerCullen2020-09-14 08:53:00 -0400
commite30c5fcd6f7f49142905923605ae700f4929ee9e (patch)
tree2c7bb3548befe47578eac1a51904fe4783386f31
parent4103ee4cca53c0d68d4f441b4ae071bad64230d1 (diff)
downloadaur-e30c5fcd6f7f49142905923605ae700f4929ee9e.tar.gz
Removed unneeded license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adf8fc753b37..843e9337bdd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cobib-git
pkgdesc = Console Bibliography
pkgver = r257.9440104
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/mrossinek/cobib
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7ca3c784c7f9..294a01ffb9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='cobib'
pkgname="${_pkgname}-git"
pkgver=r257.9440104
-pkgrel=1
+pkgrel=2
arch=('any')
depends=('python' 'python-bibtexparser' 'python-beautifulsoup4' 'python-ruamel-yaml' 'python-pylatexenc' 'python-requests')
license=('MIT')
@@ -22,7 +22,6 @@ pkgver() {
build() {
cd $srcdir/${_pkgname}
- curl http://www.apache.org/licenses/LICENSE-2.0 > LICENSE
python3 setup.py build
}