Skip to content
Snippets Groups Projects
Commit 3761c9b5 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

3.30.0-1

parent ddf58b59
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=gnome-tweaks
pkgver=3.28.1
pkgrel=2
pkgver=3.30.0
pkgrel=1
pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
url="https://wiki.gnome.org/Apps/Tweaks"
arch=(any)
......@@ -11,10 +11,10 @@ license=(GPL)
depends=(gnome-settings-daemon python-gobject nautilus)
makedepends=(git meson)
groups=(gnome-extra)
_commit=ee2a669b867894b1f8d58edad861e02ec690c5fe # tags/3.28.1^0
provides=("gnome-tweak-tool=$pkgver")
conflicts=(gnome-tweak-tool)
replaces=(gnome-tweak-tool)
_commit=f2198f3a690f52f4714f04b06824090a28d79b32 # tags/3.30.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit")
sha256sums=('SKIP')
......@@ -29,10 +29,9 @@ build() {
}
check() {
cd build
meson test
meson test -C build
}
package() {
DESTDIR="$pkgdir" ninja -C build install
DESTDIR="$pkgdir" meson install -C build
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment