aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-05-14 14:51:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-05-14 14:51:31 +0000
commit0b3e76a9625d607f6919ab74ba47c38fcaacc41a (patch)
treee957f715b303a95e686e543b12c9c0163f9b0af8
parent3d0259cc3f28747332535c46784ee0aa8f0ee70d (diff)
community/gtksourceview: remove replaces and enable on all arches
remove meaningless replaces and re-enable on all arches.
-rw-r--r--community/gtksourceview/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD
index a3694092271..13e0487a4ec 100644
--- a/community/gtksourceview/APKBUILD
+++ b/community/gtksourceview/APKBUILD
@@ -1,12 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtksourceview
pkgver=3.24.11
-pkgrel=0
+pkgrel=1
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="https://wiki.gnome.org/action/show/Projects/GtkSourceView"
-arch="all !s390x !mips !mips64" # Limited by ibus
+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"
checkdepends="xvfb-run ibus"