[arch-commits] Commit in gnome-tweak-tool/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Mar 14 09:26:58 UTC 2018


    Date: Wednesday, March 14, 2018 @ 09:26:57
  Author: bpiotrowski
Revision: 318966

3.28.0-1

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-14 09:13:37 UTC (rev 318965)
+++ PKGBUILD	2018-03-14 09:26:57 UTC (rev 318966)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-tweak-tool
-pkgver=3.26.4
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Customize advanced GNOME 3 options"
 url="https://wiki.gnome.org/Apps/GnomeTweakTool"
@@ -11,7 +11,7 @@
 depends=(gnome-settings-daemon python-gobject nautilus)
 makedepends=(git meson)
 groups=(gnome-extra)
-_commit=fb52aee275c3085cd59bdb779e6522f3ee8eb45e  # tags/3.26.4^0
+_commit=9e4143d786c29c88d289b3d5755b51a47bdb650f  # tags/3.28.0^0
 source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,10 +20,6 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-}
-
 build() {
   arch-meson $pkgname build
   ninja -C build
@@ -37,5 +33,3 @@
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list