aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/pwsafe/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/pwsafe/APKBUILD b/testing/pwsafe/APKBUILD
index 2c8b988624..44d3730555 100644
--- a/testing/pwsafe/APKBUILD
+++ b/testing/pwsafe/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer:
pkgname=pwsafe
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Password database"
url="http://nsd.dyndns.org/pwsafe/"
arch="all"
license="GPL2"
+makedepends="ncurses-dev openssl-dev readline-dev"
subpackages="$pkgname-doc"
source="http://nsd.dyndns.org/pwsafe/releases/pwsafe-$pkgver.tar.gz"