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

Jan Steffens heftig at archlinux.org
Sat Sep 8 01:54:17 UTC 2018


    Date: Saturday, September 8, 2018 @ 01:54:17
  Author: heftig
Revision: 333895

3.30.0-1

Modified:
  bijiben/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 01:52:26 UTC (rev 333894)
+++ PKGBUILD	2018-09-08 01:54:17 UTC (rev 333895)
@@ -1,8 +1,7 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=bijiben
-pkgver=3.28.3
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Bijiben"
@@ -10,7 +9,7 @@
 license=(GPL)
 depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
 makedepends=(evolution python appstream-glib yelp-tools git meson)
-_commit=b3cf9182d6661c095e8f0c5b0086ea31bfe5490f  # tags/BIJIBEN_3_28_3^0
+_commit=6551d99a1d695006b0c79d18d921a79110893bb9  # tags/BIJIBEN_3_30_0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgd.git")
 sha256sums=('SKIP'
@@ -35,10 +34,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }


Property changes on: bijiben/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list