aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-desktop/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-20 10:44:42 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-20 11:03:56 +0100
commitc1291f51bbf92b840760a84789a14c32534107bd (patch)
tree4a7d2eac1b83d250cbf80fb9f34c86bb1d744471 /community/gnome-desktop/APKBUILD
parent46bdac60c3fe04b7a3ded513ddc8e842a7bcb0ad (diff)
downloadaports-c1291f51bbf92b840760a84789a14c32534107bd.tar.bz2
aports-c1291f51bbf92b840760a84789a14c32534107bd.tar.xz
community/gnome-desktop: drop py-six dependency
Diffstat (limited to 'community/gnome-desktop/APKBUILD')
-rw-r--r--community/gnome-desktop/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-desktop/APKBUILD b/community/gnome-desktop/APKBUILD
index 758f99224c..b31aa170e3 100644
--- a/community/gnome-desktop/APKBUILD
+++ b/community/gnome-desktop/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-desktop
pkgver=3.34.1
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME desktop core libraries"
url="https://gitlab.gnome.org/GNOME/gnome-desktop"
arch="all"
@@ -10,7 +10,7 @@ license="GPL-2.0-or-later AND LGPL-2.1-or-later"
depends_dev="xkeyboard-config gobject-introspection-dev gsettings-desktop-schemas-dev
gtk+3.0-dev"
makedepends="$depends_dev eudev-dev iso-codes-dev libseccomp-dev libx11-dev
- itstool libxml2-utils gtk-doc py-six meson glib-dev"
+ itstool libxml2-utils gtk-doc meson glib-dev"
depends="bubblewrap"
options="!check" # Can't find its own GSettings schemas
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"