summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2019-02-07 07:11:58 -0800
committerScott Hansen2019-02-07 07:12:46 -0800
commitc41afad7b8409ad7642ed23282cb95b8951ff338 (patch)
tree166f78e91fcfd5eeb77e12fc61f7867d014094d0
parentbb10384647acd1bc675d7ce1cef96220bc523f84 (diff)
downloadaur-c41afad7b8409ad7642ed23282cb95b8951ff338.tar.gz
Switch license from MIT to GPLv3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c2d059af792..c714f5b3d6be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = python-keepmenu-git
url = https://github.com/firecat53/keepmenu
install = python-keepmenu.install
arch = any
- license = MIT
+ license = GPLv3
makedepends = git
depends = python
depends = python-pykeepass
diff --git a/PKGBUILD b/PKGBUILD
index c1ef36533911..549f0517d312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Dmenu/Rofi frontend for Keepass databases."
arch=('any')
url="https://github.com/firecat53/keepmenu"
-license=('MIT')
+license=('GPLv3')
depends=('python' 'python-pykeepass' 'python-pyuserinput-git')
makedepends=('git')
optdepends=('dmenu: either dmenu or rofi is required'
@@ -27,7 +27,7 @@ pkgver() {
package() {
install -Dm755 "$srcdir/$_gitname/keepmenu" "$pkgdir/usr/bin/keepmenu"
- install -Dm644 "$srcdir/$_gitname/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "$srcdir/$_gitname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "$srcdir/$_gitname/README.rst" "$pkgdir/usr/share/doc/$pkgname/README.rst"
install -Dm644 "$srcdir/$_gitname/config.ini.example" "$pkgdir/usr/share/doc/$pkgname/config.ini.example"
}