aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-15 14:52:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-15 14:52:12 +0000
commit3c718e136d1d461f1e3800b37b800cdc58caae00 (patch)
treedfbe6791086e22285b503f45b40938c0bbd3e468
parent89cfd178963c32deb01785b2dee6ae2623678d66 (diff)
downloadalpine_aports-3c718e136d1d461f1e3800b37b800cdc58caae00.tar.bz2
alpine_aports-3c718e136d1d461f1e3800b37b800cdc58caae00.tar.xz
alpine_aports-3c718e136d1d461f1e3800b37b800cdc58caae00.zip
main/sqlite: move .so to -dev package
ref #384
-rw-r--r--main/sqlite/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sqlite/APKBUILD b/main/sqlite/APKBUILD
index 21d90fc6af..66aa792e5f 100644
--- a/main/sqlite/APKBUILD
+++ b/main/sqlite/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Carlo Landmeter <clandmeter at gmail> 1# Maintainer: Carlo Landmeter <clandmeter at gmail>
2pkgname=sqlite 2pkgname=sqlite
3pkgver=3.6.22 3pkgver=3.6.22
4pkgrel=1 4pkgrel=2
5pkgdesc="A C library that implements an SQL database engine" 5pkgdesc="A C library that implements an SQL database engine"
6url="http://www.sqlite.org/" 6url="http://www.sqlite.org/"
7license="custom" 7license="custom"