diff options
-rw-r--r-- | main/libsexy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libsexy/APKBUILD b/main/libsexy/APKBUILD index ea37def32e..5ac13c7780 100644 --- a/main/libsexy/APKBUILD +++ b/main/libsexy/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libsexy pkgver=0.1.11 -pkgrel=6 +pkgrel=7 pkgdesc="Doing naughty things to good widgets." url="http://chipx86.com/wiki/Libsexy" arch="all" license="GPL" subpackages="$pkgname-dev $pkgname-doc" -makedepends="gtk+-dev libxml2-dev iso-codes" +makedepends="gtk+2.0-dev libxml2-dev iso-codes-dev" source="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz" _builddir="$srcdir/$pkgname-$pkgver" |