[arch-commits] Commit in gnome-notes/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Sep 27 17:09:49 UTC 2020
Date: Sunday, September 27, 2020 @ 17:09:48
Author: heftig
Revision: 396785
3.38.0-1
Modified:
gnome-notes/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 17:07:19 UTC (rev 396784)
+++ PKGBUILD 2020-09-27 17:09:48 UTC (rev 396785)
@@ -1,23 +1,21 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=gnome-notes
-pkgver=3.36.3
+pkgver=3.38.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
- libhandy)
+depends=(tracker3 webkit2gtk gnome-online-accounts evolution-data-server
+ libhandy0)
makedepends=(evolution python appstream-glib yelp-tools git meson)
provides=("bijiben=$pkgver")
conflicts=(bijiben)
replaces=(bijiben)
-_commit=3f64fdeb2959c1a21ed7d1eb34427db7d2619a7a # tags/BIJIBEN_3_36_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')
+_commit=c95db2b0efc327685b87396c1175872062e37b3e # tags/BIJIBEN_3_38_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit")
+sha256sums=('SKIP')
pkgver() {
cd $pkgname
@@ -26,10 +24,6 @@
prepare() {
cd $pkgname
-
- git submodule init
- git submodule set-url subprojects/libgd "$srcdir/libgd"
- git submodule update
}
build() {
More information about the arch-commits
mailing list