summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnchorman2022-06-05 14:53:36 +0200
committerAnchorman2022-06-05 14:53:36 +0200
commit14aeb080c7089bfbe5ea8473c92948f87c6bfa38 (patch)
treeda3ecb55ede70962f628131186405463ca0d7d93
parent2b4091cb9c39927ec29a713f0b0eb366977da0d1 (diff)
downloadaur-14aeb080c7089bfbe5ea8473c92948f87c6bfa38.tar.gz
v1.06
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fed06670dea..62036ce30491 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = soulanchor
pkgdesc = X11 Bible reading tool
- pkgver = 1.05
+ pkgver = 1.06
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.05.tar.gz
- sha256sums = e3aed288ad6ec5c28cea26e2a0a13810512b6676e2f0373776250af4fbf74e92
+ source = https://github.com/Anchorm/SoulAnchor/archive/soulanchor-1.06.tar.gz
+ sha256sums = 430ca01ecc87d5982e3b6180efb0dd170b4b3005038ba6c1f759c8cfd25436d9
pkgname = soulanchor
diff --git a/PKGBUILD b/PKGBUILD
index 158cedf6d5fc..615c9902ac21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Anchorman <soulanchor at protonmail dot com>
pkgname=soulanchor
-pkgver=1.05
+pkgver=1.06
pkgrel=1
pkgdesc="X11 Bible reading 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=("e3aed288ad6ec5c28cea26e2a0a13810512b6676e2f0373776250af4fbf74e92")
+sha256sums=("430ca01ecc87d5982e3b6180efb0dd170b4b3005038ba6c1f759c8cfd25436d9")
build() {
cd "SoulAnchor-${pkgname}-${pkgver}"