Date: Tuesday, October 25, 2022 @ 16:16:13 Author: heftig Revision: 458918
43.0.1-1 Modified: gnome-calculator/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-25 16:15:36 UTC (rev 458917) +++ PKGBUILD 2022-10-25 16:16:13 UTC (rev 458918) @@ -2,17 +2,18 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-calculator -pkgver=42.2 +pkgver=43.0.1 pkgrel=1 pkgdesc="GNOME Scientific calculator" url="https://wiki.gnome.org/Apps/Calculator" arch=(x86_64) license=(GPL) -depends=(libadwaita dconf gtksourceview5 mpfr libsoup libmpc libgee libhandy) +depends=(libadwaita dconf gtksourceview5 mpfr libsoup3 libmpc libgee) makedepends=(yelp-tools vala git meson gobject-introspection) +provides=(libgcalc-2.so libgci-1.so) groups=(gnome) options=(debug) -_commit=f8f5ae670230d2d9ca61c7b0b1bf80e3e0b0f87b # tags/42.2^0 +_commit=debc596cdfaaa3cbfa4300699fcb63362c595507 # tags/43.0.1^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit") sha256sums=('SKIP') @@ -33,3 +34,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
