diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 08:53:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 08:53:59 +0000 |
commit | c85f19defd19e7567e273c7f4eaecb544f1c3f6f (patch) | |
tree | 464fc8315d5ef8bfa8cf9189810d86532f3398b4 /main/libgsf | |
parent | 5fcc5a8fe1d7c8273dd7f25309c836b2fb7125d5 (diff) | |
download | aports-c85f19defd19e7567e273c7f4eaecb544f1c3f6f.tar.bz2 aports-c85f19defd19e7567e273c7f4eaecb544f1c3f6f.tar.xz |
main/libgsf: move .so to -dev package
ref #384
Diffstat (limited to 'main/libgsf')
-rw-r--r-- | main/libgsf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libgsf/APKBUILD b/main/libgsf/APKBUILD index 3f34d31504..abb97fad48 100644 --- a/main/libgsf/APKBUILD +++ b/main/libgsf/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgsf pkgver=1.14.18 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats." url="http://www.gnome.org/" license="GPL LGPL" |