Date: Sunday, March 21, 2021 @ 02:13:13 Author: heftig Revision: 410400
40.0-1 Modified: gnome-calculator/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-21 02:08:53 UTC (rev 410399) +++ PKGBUILD 2021-03-21 02:13:13 UTC (rev 410400) @@ -2,16 +2,16 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-calculator -pkgver=3.38.2 +pkgver=40.0 pkgrel=1 pkgdesc="GNOME Scientific calculator" url="https://wiki.gnome.org/Apps/Calculator" arch=(x86_64) license=(GPL) -depends=(gtk3 dconf gtksourceview4 mpfr libsoup libmpc libgee) -makedepends=(yelp-tools vala git appstream-glib meson) +depends=(gtk3 dconf gtksourceview4 mpfr libsoup libmpc libgee libhandy) +makedepends=(yelp-tools vala git meson gobject-introspection) groups=(gnome) -_commit=111a350d22520b1899a1f098df80c0913c1407f3 # tags/3.38.2^0 +_commit=075d395631291f5e2094e0d4e6df988447d403e9 # tags/40.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit") sha256sums=('SKIP')
