Date: Sunday, September 27, 2020 @ 16:38:21 Author: heftig Revision: 396744
3.38.0+7+gc840c69c-1 Modified: gnome-calculator/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-27 16:37:07 UTC (rev 396743) +++ PKGBUILD 2020-09-27 16:38:21 UTC (rev 396744) @@ -1,8 +1,8 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gnome-calculator -pkgver=3.36.0 +pkgver=3.38.0+7+gc840c69c pkgrel=1 pkgdesc="GNOME Scientific calculator" url="https://wiki.gnome.org/Apps/Calculator" @@ -11,7 +11,7 @@ depends=(gtk3 dconf gtksourceview4 mpfr libsoup libmpc libgee) makedepends=(yelp-tools vala git appstream-glib meson) groups=(gnome) -_commit=d148e5bd99cf2265f0621df992492ab9895c63b3 # tags/3.36.0^0 +_commit=c840c69c2a95cda083368a93070ef472db0f07b2 # gnome-3-38 source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit") sha256sums=('SKIP') @@ -22,7 +22,7 @@ build() { arch-meson $pkgname build - ninja -C build + meson compile -C build } check() {
