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

Jan Steffens heftig at archlinux.org
Wed Jun 20 04:39:52 UTC 2018


    Date: Wednesday, June 20, 2018 @ 04:39:52
  Author: heftig
Revision: 327314

3.28.3-1

Modified:
  bijiben/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-20 00:53:06 UTC (rev 327313)
+++ PKGBUILD	2018-06-20 04:39:52 UTC (rev 327314)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=bijiben
-pkgver=3.28.1
+pkgver=3.28.3
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Bijiben"
@@ -10,19 +10,19 @@
 license=(GPL)
 depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
 makedepends=(evolution python appstream-glib yelp-tools git meson)
-_commit=e4b3d921874a31386de400b79541ee5490384d45  # tags/BIJIBEN_3_28_1^0
-source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit"
-        "git+https://git.gnome.org/browse/libgd")
+_commit=b3cf9182d6661c095e8f0c5b0086ea31bfe5490f  # tags/BIJIBEN_3_28_3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgd.git")
 sha256sums=('SKIP'
             'SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd gnome-notes
   git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd gnome-notes
 
   git submodule init
   git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
@@ -30,7 +30,7 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson gnome-notes build
   ninja -C build
 }
 



More information about the arch-commits mailing list