summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-05-07 16:51:32 +0200
committerPhilip Goto2020-05-07 16:51:32 +0200
commitb0edeff61c505219451f39e02f2d379ebeb854ae (patch)
treee3b6d69e606abfbe21a6e2db099caaeafeb80628
parentb2ee0fc89ebdac84208d61a48c693e4cb8f456f2 (diff)
downloadaur-b0edeff61c505219451f39e02f2d379ebeb854ae.tar.gz
Update to latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec7f04527185..c9afa8da36b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-calculator-git
pkgdesc = GNOME Scientific calculator
- pkgver = 3.31.3.r3.gaf52f787
+ pkgver = 3.36.0.r15.ge71e03f3
pkgrel = 1
url = https://wiki.gnome.org/Apps/Calculator
arch = i686
arch = x86_64
- arch = armv6h
arch = armv7h
+ arch = aarch64
groups = gnome
license = GPL
makedepends = yelp-tools
@@ -16,9 +16,9 @@ pkgbase = gnome-calculator-git
makedepends = meson
depends = gtksourceview4
depends = libmpc
+ depends = libgee
provides = gnome-calculator
conflicts = gnome-calculator
- options = !emptydirs
source = git+https://gitlab.gnome.org/GNOME/gnome-calculator.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e1a9354e5a46..ecd7fa28000e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,17 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-calculator-git
-pkgver=3.31.3.r3.gaf52f787
+pkgver=3.36.0.r15.ge71e03f3
pkgrel=1
pkgdesc="GNOME Scientific calculator"
url="https://wiki.gnome.org/Apps/Calculator"
-arch=(i686 x86_64 armv6h armv7h)
+arch=(i686 x86_64 armv7h aarch64)
license=(GPL)
-depends=(gtksourceview4 libmpc)
+depends=(gtksourceview4 libmpc libgee)
makedepends=(yelp-tools vala git appstream-glib meson)
provides=(gnome-calculator)
conflicts=(gnome-calculator)
groups=(gnome)
-options=(!emptydirs)
source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git")
sha256sums=('SKIP')
@@ -29,9 +28,9 @@ build() {
}
check() {
- meson test -C build
+ ninja -C build test
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ DESTDIR="$pkgdir" ninja -C build install
}