summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2019-02-07 07:11:58 -0800
committerScott Hansen2019-02-07 07:11:58 -0800
commite7e19cd23161802fa361df16273e30a05f6a652d (patch)
tree735e200852505a6ac0d93ca29439a6c61c40d4e0
parentbb10384647acd1bc675d7ce1cef96220bc523f84 (diff)
downloadaur-e7e19cd23161802fa361df16273e30a05f6a652d.tar.gz
Switch license from MIT to GPLv3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"
}