diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-25 16:45:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-25 19:52:59 +0000 |
commit | a1f930533e6cfd38336ab01cca71a647cb757182 (patch) | |
tree | 86c3d5b25189767040dae740f013b5df4717800f /main/gtksourceview | |
parent | 7b97e309e0e57bd61d1db1ca3360a2720a86d3e4 (diff) | |
download | aports-a1f930533e6cfd38336ab01cca71a647cb757182.tar.bz2 aports-a1f930533e6cfd38336ab01cca71a647cb757182.tar.xz |
main/gtksourceview: rebuild against glib-2.32
Diffstat (limited to 'main/gtksourceview')
-rw-r--r-- | main/gtksourceview/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gtksourceview/APKBUILD b/main/gtksourceview/APKBUILD index 4c93edf41..09d46d392 100644 --- a/main/gtksourceview/APKBUILD +++ b/main/gtksourceview/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtksourceview pkgver=2.10.4 -pkgrel=4 +pkgrel=5 pkgdesc="A text widget adding syntax highlighting and more to GNOME" url="http://live.gnome.org/GtkSourceView" arch="all" |