aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libetpan/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libetpan/APKBUILD b/main/libetpan/APKBUILD
index 9950883175..bf490ed236 100644
--- a/main/libetpan/APKBUILD
+++ b/main/libetpan/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libetpan
pkgver=0.58
-pkgrel=1
+pkgrel=2
_dbver=4.8
pkgdesc="a portable middleware for email access"
url="http://www.etpan.org/"
@@ -9,7 +9,7 @@ license="custom:etpan"
subpackages="$pkgname-dev $pkgname-doc"
makedepends="db-dev cyrus-sasl-dev curl-dev expat-dev"
depends=
-depends_dev="cyrus-sasl-dev"
+depends_dev="cyrus-sasl-dev db-dev"
source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
build ()