diff options
-rw-r--r-- | community/gucharmap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gucharmap/APKBUILD b/community/gucharmap/APKBUILD index 46b0e80b77..7a29c3b8b5 100644 --- a/community/gucharmap/APKBUILD +++ b/community/gucharmap/APKBUILD @@ -8,7 +8,7 @@ arch="all" license="GPL" depends= makedepends="libxml2-utils gtk+3.0-dev itstool desktop-file-utils gobject-introspection-dev - appstream-glib" + appstream-glib intltool" install= subpackages="$pkgname-dev $pkgname-lang" source="https://download.gnome.org/sources/gucharmap/${pkgver%.*}/gucharmap-$pkgver.tar.xz" |