From f898709b68a9fcae38f6f9c420a62271053ee5b6 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Wed, 18 Oct 2017 20:57:08 +0200 Subject: [PATCH] Fix #790: pkgdesc for postmarketos-ui-xfce4 said it was GTK+3 already (#791) --- main/postmarketos-ui-xfce4/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-xfce4/APKBUILD b/main/postmarketos-ui-xfce4/APKBUILD index e8af160fb..a2c3435e9 100644 --- a/main/postmarketos-ui-xfce4/APKBUILD +++ b/main/postmarketos-ui-xfce4/APKBUILD @@ -1,7 +1,7 @@ pkgname=postmarketos-ui-xfce4 pkgver=0.0 -pkgrel=3 -pkgdesc="(X11) Lightweight GTK+3 desktop (stylus recommended)" +pkgrel=4 +pkgdesc="(X11) Lightweight GTK+2 desktop (stylus recommended)" url="https://github.com/postmarketOS/xfce4-phone" arch="noarch" license="GPL3"