aboutsummaryrefslogtreecommitdiffstats
path: root/community/gtksourceview/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gtksourceview/APKBUILD')
-rw-r--r--community/gtksourceview/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD
index 747b80bb5fe..e358ecf0f54 100644
--- a/community/gtksourceview/APKBUILD
+++ b/community/gtksourceview/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtksourceview
pkgver=3.24.11
-pkgrel=0
+pkgrel=3
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="https://wiki.gnome.org/action/show/Projects/GtkSourceView"
arch="all"
license="LGPL-2.1-or-later"
-replaces="gtksourceview"
depends_dev="gtk+3.0-dev libxml2-dev"
-makedepends="$depends_dev gobject-introspection-dev automake autoconf libtool"
+makedepends="$depends_dev gobject-introspection-dev automake autoconf libtool
+ gtk-doc"
checkdepends="xvfb-run ibus"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz"