[arch-commits] Commit in gnome-notes/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Mar 8 06:50:36 UTC 2020
Date: Sunday, March 8, 2020 @ 06:50:36
Author: heftig
Revision: 377050
3.36.0-1
Modified:
gnome-notes/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 06:49:57 UTC (rev 377049)
+++ PKGBUILD 2020-03-08 06:50:36 UTC (rev 377050)
@@ -1,18 +1,19 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
pkgname=gnome-notes
-pkgver=3.34.2
+pkgver=3.36.0
pkgrel=1
pkgdesc="Write out notes, every detail matters"
url="https://wiki.gnome.org/Apps/Notes"
arch=(x86_64)
license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server
+ libhandy)
makedepends=(evolution python appstream-glib yelp-tools git meson)
provides=("bijiben=$pkgver")
conflicts=(bijiben)
replaces=(bijiben)
-_commit=e4a264323d980c64c15faa606bf4e9ca82906593 # tags/BIJIBEN_3_34_2^0
+_commit=1e896e3ec21efaa92be30eeb42627efb5492aa5a # tags/BIJIBEN_3_36_0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgd.git")
sha256sums=('SKIP'
@@ -27,7 +28,7 @@
cd $pkgname
git submodule init
- git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+ git submodule set-url subprojects/libgd "$srcdir/libgd"
git submodule update
}
More information about the arch-commits
mailing list