From 0b3e76a9625d607f6919ab74ba47c38fcaacc41a Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Thu, 14 May 2020 14:51:31 +0000
Subject: [PATCH] community/gtksourceview: remove replaces and enable on all
 arches

remove meaningless replaces and re-enable on all arches.
---
 community/gtksourceview/APKBUILD | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD
index a36940922711..13e0487a4ecd 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"
-- 
GitLab