diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 11:38:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 11:38:13 +0000 |
commit | 3dd8faaa21b2660251525985fc14c182489f3fa2 (patch) | |
tree | d4d0f0e58f712b216a635a3b6afb085ba46de3af /main | |
parent | 6fad3d641a51de2bf867757a0422d1da0c0900ff (diff) | |
download | aports-3dd8faaa21b2660251525985fc14c182489f3fa2.tar.bz2 aports-3dd8faaa21b2660251525985fc14c182489f3fa2.tar.xz |
main/libxcb: move .so to -dev package
ref #384
Diffstat (limited to 'main')
-rw-r--r-- | main/libxcb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD index 6086b38d9e..beba3cccf0 100644 --- a/main/libxcb/APKBUILD +++ b/main/libxcb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcb pkgver=1.6 -pkgrel=0 +pkgrel=1 pkgdesc="X11 client-side library" url="http://xcb.freedesktop.org/" license="custom" |