summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2024-03-09 03:33:21 -0500
committerPatrick Northon2024-03-09 03:33:21 -0500
commit5669a40da4dab7c4c7b3f1c447521d77717e6f79 (patch)
treeb926a5643048e8aef4a6c5345e91f59284ca23dd
parentd76e881753a1e440d7b2ac72dce734e0cfc89a85 (diff)
downloadaur-5669a40da4dab7c4c7b3f1c447521d77717e6f79.tar.gz
Update version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88e18b368f57..b60c8f4e5fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iotas
pkgdesc = Simple note taking
- pkgver = 0.2.8
- pkgrel = 2
+ pkgver = 0.2.9
+ pkgrel = 1
url = https://gitlab.gnome.org/cheywood/iotas
arch = any
license = GPL3
@@ -10,8 +10,8 @@ pkgbase = iotas
makedepends = gobject-introspection
depends = libadwaita
depends = python
- source = https://gitlab.gnome.org/cheywood/iotas/-/archive/0.2.8/iotas-0.2.8.tar.gz
- b2sums = 94f29947e8450b588e70e4430adf8e605ed7c3bd37bac09fc10134c195053c4cc2ed0cfb5a1b71b1b827427cffda6ae187bfe986c41d1c06bc8c4333f046b403
+ source = https://gitlab.gnome.org/cheywood/iotas/-/archive/0.2.9/iotas-0.2.9.tar.gz
+ b2sums = e91c23800f394666fe2ee580254e74f3027232c5a94e9d499f5d3e4ab4a30dd59fc9f72ad4aa1c2a4e45e3913c1f78a22327d0810cba7b55d20d7e9eba54001f
pkgname = iotas
depends = libadwaita
diff --git a/PKGBUILD b/PKGBUILD
index e72666a80d23..a33be19980a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=iotas
-pkgver=0.2.8
-pkgrel=2
+pkgver=0.2.9
+pkgrel=1
pkgdesc="Simple note taking"
arch=('any')
url="https://gitlab.gnome.org/cheywood/iotas"
@@ -12,7 +12,7 @@ depends=('libadwaita' 'python')
makedepends=('meson' 'gobject-introspection')
checkdepends=('appstream-glib')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('94f29947e8450b588e70e4430adf8e605ed7c3bd37bac09fc10134c195053c4cc2ed0cfb5a1b71b1b827427cffda6ae187bfe986c41d1c06bc8c4333f046b403')
+b2sums=('e91c23800f394666fe2ee580254e74f3027232c5a94e9d499f5d3e4ab4a30dd59fc9f72ad4aa1c2a4e45e3913c1f78a22327d0810cba7b55d20d7e9eba54001f')
_srcdir="$pkgname-$pkgver"