summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2024-03-12 06:18:37 -0400
committerPatrick Northon2024-03-12 06:18:37 -0400
commitb8e52078765fd595ec407660f22c4b643df7ac0a (patch)
tree5a0e03f57ac6d23e695bb390803ceb3b7960d800
parent5669a40da4dab7c4c7b3f1c447521d77717e6f79 (diff)
downloadaur-b8e52078765fd595ec407660f22c4b643df7ac0a.tar.gz
Update checksum.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b60c8f4e5fab..694050963c01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iotas
pkgdesc = Simple note taking
pkgver = 0.2.9
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/cheywood/iotas
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = iotas
depends = libadwaita
depends = python
source = https://gitlab.gnome.org/cheywood/iotas/-/archive/0.2.9/iotas-0.2.9.tar.gz
- b2sums = e91c23800f394666fe2ee580254e74f3027232c5a94e9d499f5d3e4ab4a30dd59fc9f72ad4aa1c2a4e45e3913c1f78a22327d0810cba7b55d20d7e9eba54001f
+ b2sums = 2abfec0b22375fa9451548aa487127f13befb266d7ef9c773d18c2e443f28492195f31b718a10c376b5a7db0360a4c989dd3d4589b1450f5770f5f7c4e830b21
pkgname = iotas
depends = libadwaita
diff --git a/PKGBUILD b/PKGBUILD
index a33be19980a9..35a77e1b9920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=iotas
pkgver=0.2.9
-pkgrel=1
+pkgrel=2
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=('e91c23800f394666fe2ee580254e74f3027232c5a94e9d499f5d3e4ab4a30dd59fc9f72ad4aa1c2a4e45e3913c1f78a22327d0810cba7b55d20d7e9eba54001f')
+b2sums=('2abfec0b22375fa9451548aa487127f13befb266d7ef9c773d18c2e443f28492195f31b718a10c376b5a7db0360a4c989dd3d4589b1450f5770f5f7c4e830b21')
_srcdir="$pkgname-$pkgver"