summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjuantascon2016-08-03 17:45:39 -0500
committerjuantascon2016-08-03 17:45:39 -0500
commit99446d9240fb58ffe30e261d870d444c709bb8cf (patch)
treef7e8aa37da0ec301f45cafefd42e57fb7c370ff3 /PKGBUILD
parentc7a51af50e13a01481a765c063e268da16e3779d (diff)
downloadaur-kedpm.tar.gz
fixes LICENSE issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5c025eda196..95fe71c9dec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=kedpm
pkgver=0.4.0
-pkgrel=5
+pkgrel=6
pkgdesc="A password manager that helps to manage large numbers of passwords."
arch=('i686' 'x86_64')
url="http://kedpm.sourceforge.net"
-license="GPL"
+license=("GPL")
depends=('python2' 'pygtk' 'pycrypto' 'libglade')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('f1dfb44a990110fddf132c9841f40aa2b9848ade4be56957a8a572574dc2fc28')