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