diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 08:09:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 08:09:35 +0000 |
commit | 96c8ef648e771f02e7cb326352c56851f32b095b (patch) | |
tree | c3c00b901d3d69f9c651f12d3a394c67cdc46fe5 /main/libetpan/APKBUILD | |
parent | f3c30329f1b686d78699bd1d6b79d79ad238a457 (diff) | |
download | aports-96c8ef648e771f02e7cb326352c56851f32b095b.tar.bz2 aports-96c8ef648e771f02e7cb326352c56851f32b095b.tar.xz |
main/libetpan: move .so to -dev package
ref #384
Diffstat (limited to 'main/libetpan/APKBUILD')
-rw-r--r-- | main/libetpan/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libetpan/APKBUILD b/main/libetpan/APKBUILD index 8356039e89..dd2bf1e2ff 100644 --- a/main/libetpan/APKBUILD +++ b/main/libetpan/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libetpan pkgver=1.0 -pkgrel=0 +pkgrel=1 _dbver=4.8 pkgdesc="a portable middleware for email access" url="http://www.etpan.org/" |