summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPantelis Panayiotou2024-04-24 16:22:09 +0300
committerPantelis Panayiotou2024-04-24 16:22:09 +0300
commit085218d7aec128586c69db76f8b88fea41aac396 (patch)
tree15b4550f472a1d97b100351e3be9481c5061f421 /PKGBUILD
parent3d7b88055d2d5368ca89bfde7c5b16d27bc8684f (diff)
downloadaur-085218d7aec128586c69db76f8b88fea41aac396.tar.gz
New version 1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c57f39cabea..500fd6e157fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pantelis Panayiotou <p.panayiotou@gmail.com>
pkgname=graphs
-pkgver=1.7.2
+pkgver=1.8.0
pkgrel=1
pkgdesc="Plot and manipulate data (Gnome Circle app)"
@@ -12,7 +12,7 @@ depends=('gtk4' 'libadwaita' 'python-matplotlib' 'python-scipy' 'python-numpy' '
conflicts=('graphs-git')
makedepends=('git' 'meson' 'blueprint-compiler' 'gettext' 'vala' 'gobject-introspection-runtime')
source=("https://gitlab.gnome.org/World/Graphs/-/archive/v${pkgver}/Graphs-v${pkgver}.tar.gz")
-sha256sums=('90616099e3224c1fae0bfbe23faedf635936f101bae2f75e28fc8d7c2a845638')
+sha256sums=('fb72387b8c692db434bc50a5cf851405b1d3f6be7cd274e461cecd57d3ac19af')
build() {
cd "Graphs-v${pkgver}"