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

Jan Steffens heftig at archlinux.org
Wed Apr 10 07:12:45 UTC 2019


    Date: Wednesday, April 10, 2019 @ 07:12:45
  Author: heftig
Revision: 350516

3.32.1-1

Modified:
  gnome-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 06:39:17 UTC (rev 350515)
+++ PKGBUILD	2019-04-10 07:12:45 UTC (rev 350516)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-notes
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Notes"
@@ -12,7 +12,7 @@
 provides=("bijiben=$pkgver")
 conflicts=(bijiben)
 replaces=(bijiben)
-_commit=1534e86e3d669c10f042a731695a8f397572fa86  # tags/BIJIBEN_3_32_0^0
+_commit=4770fab0f6ec36439fe38c569e4d9eee31041584  # tags/BIJIBEN_3_32_1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgd.git")
 sha256sums=('SKIP'
@@ -32,12 +32,12 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D update_mimedb=false
   ninja -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list