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

Jan Steffens heftig at archlinux.org
Mon Oct 30 14:51:46 UTC 2017


    Date: Monday, October 30, 2017 @ 14:51:45
  Author: heftig
Revision: 308658

3.26.0-1

Modified:
  gnome-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-30 13:19:02 UTC (rev 308657)
+++ PKGBUILD	2017-10-30 14:51:45 UTC (rev 308658)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-screenshot
-pkgver=3.25.0+48+g7812e98
+pkgver=3.26.0
 pkgrel=1
 pkgdesc="Take pictures of your screen"
 url="https://git.gnome.org/browse/gnome-screenshot"
@@ -12,15 +12,10 @@
 depends=(dconf gtk3 libcanberra)
 makedepends=(git meson appstream-glib)
 groups=(gnome)
-_commit=7812e98a39e142167f427753f22c436b22eb6847  # gnome-3-26
+_commit=03d32c3726fa9ac8f5346953a33a6053ca059fb1  # tags/3.26.0^0
 source=("git+https://git.gnome.org/browse/gnome-screenshot#commit=$_commit")
 sha256sums=('SKIP')
 
-check() {
-  cd build
-  meson test
-}
-
 pkgver() {
   cd $pkgname
   git describe --tags | sed 's/-/+/g'
@@ -33,10 +28,15 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 
+check() {
+  cd build
+  meson test
+}
+
 package() {
   cd build
   DESTDIR="$pkgdir" ninja install



More information about the arch-commits mailing list