summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-10-12 11:41:02 -0400
committerPatrick Northon2023-10-12 11:41:02 -0400
commitbdb35889d0ea9a5a3696e85dd65b6165b46f885b (patch)
tree1bf6ba7867f96574a7573b8b356adb4bac41e618
parent04ae14afb9b2ab17fd59cbf4270a281c7e739c9b (diff)
downloadaur-bdb35889d0ea9a5a3696e85dd65b6165b46f885b.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08417f2d75a4..08ff7526c07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iotas
pkgdesc = Simple note taking
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://gitlab.gnome.org/cheywood/iotas
arch = any
@@ -17,7 +17,7 @@ pkgbase = iotas
depends = python-linkify-it-py
depends = python-mdit_py_plugins
depends = python-gtkspellcheck
- source = https://gitlab.gnome.org/cheywood/iotas/-/archive/0.2.4/iotas-0.2.4.tar.gz
- b2sums = 83dae99cee49acc8ac5b75f5c0f3ae4e700a8086e959cd41ff196205c82d38a9e199608d8c3ba6f7acdc03082137526c0d610dd3d047ac249c7f02c3e958b215
+ source = https://gitlab.gnome.org/cheywood/iotas/-/archive/0.2.5/iotas-0.2.5.tar.gz
+ b2sums = 2868a08e17701c4e9bd489071da9e7e86308205e3a36d5ff34e320e18e48eace7041e8a65bba6c09f2032dfdd575012a15087ae31fbee2182afb39c24b604fd6
pkgname = iotas
diff --git a/PKGBUILD b/PKGBUILD
index 4828f5561519..d56e69efbb04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=iotas
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="Simple note taking"
arch=('any')
@@ -15,7 +15,7 @@ depends=(
makedepends=('meson' 'gobject-introspection')
checkdepends=('appstream-glib')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('83dae99cee49acc8ac5b75f5c0f3ae4e700a8086e959cd41ff196205c82d38a9e199608d8c3ba6f7acdc03082137526c0d610dd3d047ac249c7f02c3e958b215')
+b2sums=('2868a08e17701c4e9bd489071da9e7e86308205e3a36d5ff34e320e18e48eace7041e8a65bba6c09f2032dfdd575012a15087ae31fbee2182afb39c24b604fd6')
_srcdir="$pkgname-$pkgver"