diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gnome-shell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gnome-shell/APKBUILD b/testing/gnome-shell/APKBUILD index df246122d2..27307725b2 100644 --- a/testing/gnome-shell/APKBUILD +++ b/testing/gnome-shell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=gnome-shell pkgver=3.24.2 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME shell" url="https://wiki.gnome.org/Projects/GnomeShell" arch="all" @@ -24,7 +24,7 @@ makedepends="gnome-desktop-dev itstool libxml2-utils" -subpackages="$pkgname-lang" +subpackages="$pkgname-lang $pkgname-dbg" install="" source="http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.24/gnome-shell-$pkgver.tar.xz" builddir="$srcdir/gnome-shell-$pkgver" |