summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2018-04-02 21:21:36 -0700
committerJeremy Kaplan2018-04-02 21:21:36 -0700
commitdfe0cd328696c12ad38facdfa05b624537e2f0a8 (patch)
tree7c402367256638d179e07766793392467850370c
parent5dbc18092c87ad34954062101a056b46960a5ad8 (diff)
downloadaur-dfe0cd328696c12ad38facdfa05b624537e2f0a8.tar.gz
Update license
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 997908dc11a4..a4922cabb0ab 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tako
pkgdesc = A command language and shell based on Python
pkgver = 0.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://takoshell.org/
install = tako.install
arch = any
- license = custom:Soopycat2
+ license = GPL3
makedepends = python-setuptools
depends = python
conflicts = tako-git
diff --git a/PKGBUILD b/PKGBUILD
index 11461614c1ee..4873b51b70e9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=tako
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="A command language and shell based on Python"
arch=('any')
url="https://takoshell.org/"
-license=('custom:Soopycat2')
+license=('GPL3')
depends=('python')
makedepends=('python-setuptools')
conflicts=('tako-git')
@@ -17,5 +17,4 @@ sha256sums=('23cbec63a10be3d6114ecbc17ad6a00083dcf6534944fb1881a8401be14872a3')
package() {
cd "$srcdir/takoshell-$pkgver"
python setup.py install --root=$pkgdir
- install -D -m644 "takoshell/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/license"
}