aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2015-05-15 09:27:11 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-05-15 09:27:11 +0000
commit38a10c5fa0ef86f5a2f5f2a6b835fd6af5488060 (patch)
treecd0633f469f805ce7fd053f22b946e23bb7fb74a /testing
parent74e4cfc6ea67c2cf96e9175d4db7bab3fb57cf1f (diff)
downloadaports-38a10c5fa0ef86f5a2f5f2a6b835fd6af5488060.tar.bz2
aports-38a10c5fa0ef86f5a2f5f2a6b835fd6af5488060.tar.xz
testing/qtkeychain: fix deps. Update license
Diffstat (limited to 'testing')
-rw-r--r--testing/qtkeychain/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/qtkeychain/APKBUILD b/testing/qtkeychain/APKBUILD
index ff383627f4..3fc3c3bfbb 100644
--- a/testing/qtkeychain/APKBUILD
+++ b/testing/qtkeychain/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer:
pkgname=qtkeychain
pkgver=0.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="Qt API to store passwords and other secret data"
url="https://github.com/frankosterfeld/qtkeychain"
arch="all"
-license="Custom"
+license="BSD"
depends=
depends_dev=
-makedepends="$depends_dev cmake"
+makedepends="$depends_dev cmake qt5-qttools-dev"
install=
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/frankosterfeld/qtkeychain/archive/v$pkgver.tar.gz"