diff options
-rw-r--r-- | main/libgsf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libgsf/APKBUILD b/main/libgsf/APKBUILD index fce0ab7bb..161dde8fb 100644 --- a/main/libgsf/APKBUILD +++ b/main/libgsf/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgsf pkgver=1.14.22 -pkgrel=0 +pkgrel=1 pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats." url="http://www.gnome.org/" arch="all" license="GPL LGPL" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends= makedepends="libxml2-dev glib-dev bzip2-dev intltool python zlib-dev" source="http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz" |