summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnchorman2022-04-16 19:40:39 +0200
committerAnchorman2022-04-16 19:40:39 +0200
commit83ef9717b2a349fa9076bb9fdb86776842ca228e (patch)
tree83541da4dd2be92b4b016d58ba3f36d65cb47d05
parentfe35fa5f898cf610fd32b35e48bbdeaa224cdc65 (diff)
downloadaur-83ef9717b2a349fa9076bb9fdb86776842ca228e.tar.gz
v1.01
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86da1209c6d8..f1d0e232d908 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = soulanchor
pkgdesc = X11 Bible tool
- pkgver = 1.0
+ pkgver = 1.01
pkgrel = 1
url = https://github.com/Anchorm/SoulAnchor
arch = x86_64
license = GPL3
depends = qt6-base
depends = qt6-multimedia
- source = https://github.com/Anchorm/SoulAnchor/archive/soulanchor-1.0.tar.gz
- sha256sums = c4f3016c1571c6652b5e64b372b4dbed318e41aa4a13ef9ab974ac5b6aa9b079
+ source = https://github.com/Anchorm/SoulAnchor/archive/soulanchor-1.01.tar.gz
+ sha256sums = 8cd22a8d77f34c4c2c8e6124774d2f876fc5043ffe5604477b21739648f44efa
pkgname = soulanchor
diff --git a/PKGBUILD b/PKGBUILD
index 7b3174295dd4..653a4e8dcfd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anchorman <soulanchor at protonmail dot com>
pkgname=soulanchor
-pkgver=1.0
+pkgver=1.01
pkgrel=1
pkgdesc="X11 Bible tool"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/Anchorm/SoulAnchor"
license=('GPL3')
depends=(qt6-base qt6-multimedia)
source=("https://github.com/Anchorm/SoulAnchor/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=("c4f3016c1571c6652b5e64b372b4dbed318e41aa4a13ef9ab974ac5b6aa9b079")
+sha256sums=("8cd22a8d77f34c4c2c8e6124774d2f876fc5043ffe5604477b21739648f44efa")
build() {
cd "SoulAnchor-${pkgname}-${pkgver}"