summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2024-02-18 02:50:52 +0100
committeractionless2024-02-18 02:50:52 +0100
commitcf0f04b952faf875e947823397dfc47281538494 (patch)
treefb582ba1284d69b3750febf34b32a63c4e6b682a /PKGBUILD
parent1b021bd152e3210f7a8eeaa1001c7e907f587581 (diff)
downloadaur-cf0f04b952faf875e947823397dfc47281538494.tar.gz
update to 2.24.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5be8365430d3..c339b6676ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=gaphor
pkgname=python-${_name}
-pkgver=2.23.0
+pkgver=2.24.0
pkgrel=1
pkgdesc="Simple and easy to use modeling tool for UML using GTK3"
arch=('any')
@@ -41,7 +41,7 @@ checkdepends=(
)
provides=("${_name}")
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('9424a940afeb1947fcfa7aaba8b457227439e88a570cb5f98db42107d2518614')
+sha256sums=('e20f32514c2db6c677206584087c908163f9bd348176b2cfe5dd04880f977e34')
build() {
cd "${_name}-${pkgver}"