diff --git a/community/appstream/APKBUILD b/community/appstream/APKBUILD
index 60ed35c7986a839e068663fc36ec9a3a305fc45a..30b110e0d32cf4b524d7243cecba5e62c5e15648 100644
--- a/community/appstream/APKBUILD
+++ b/community/appstream/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Pablo Correa Gomez <ablocorrea@hotmail.com>
 pkgname=appstream
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 url="https://distributions.freedesktop.org/wiki/AppStream"
 arch="all"
@@ -31,7 +31,6 @@ subpackages="
 	$pkgname-dbg
 	$pkgname-dev
 	$pkgname-doc
-	$pkgname-cli
 	$pkgname-qt
 	$pkgname-compose
 	$pkgname-lang
@@ -86,11 +85,6 @@ qt() {
 	amove usr/lib/libAppStreamQt.so.*
 }
 
-cli() {
-	pkgdesc="cli application for AppStream"
-	amove usr/bin/appstreamcli
-}
-
 sha512sums="
 e5c109c383e3bf3af3693bfb3146663767c2c61fac0bd421f2ce52242fe7b869effeacc4d207987321dfeb4ab0ba77ece6c1c6eea054a7365204cd955426517a  AppStream-1.0.2.tar.xz
 "