summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2023-10-20 12:21:16 +0100
committerWorMzy Tykashi2023-10-20 12:21:16 +0100
commitb6fe46fd72d5b2d37327b853854d087d8ccd56e0 (patch)
treea38f28bbd2e4d542d9c0a737e8111469bd84b655
parent7bc22b5317ceded2ba4306aaca4bef782a00e85a (diff)
downloadaur-b6fe46fd72d5b2d37327b853854d087d8ccd56e0.tar.gz
Updated to 42.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c00b4eb49cb..7a29e7083c08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dwarftherapist
pkgdesc = Heavily modified version of the original Dwarf Therapist.
- pkgver = 42.1.0
+ pkgver = 42.1.1
pkgrel = 1
url = https://github.com/Dwarf-Therapist/Dwarf-Therapist
install = dwarftherapist.install
@@ -11,8 +11,8 @@ pkgbase = dwarftherapist
depends = qt5-declarative
depends = hicolor-icon-theme
depends = libcap
- source = dwarftherapist-42.1.0.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v42.1.0.tar.gz
- md5sums = e6948bdcc852ebc2c26b666c9de12f0f
- sha256sums = 261a182701f819bc3cf7587f3fb6c4f58e18530992eaf79af339df67fb1eae78
+ source = dwarftherapist-42.1.1.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v42.1.1.tar.gz
+ md5sums = 682981f08fc67bbd884466e54ce34876
+ sha256sums = a93fca0d85bfe34084135cb0f87f5c409015ca77c06ec1254a550f2850754dfc
pkgname = dwarftherapist
diff --git a/PKGBUILD b/PKGBUILD
index b9880ba73faa..09b14d36763c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=dwarftherapist
-pkgver=42.1.0
+pkgver=42.1.1
pkgrel=1
pkgdesc="Heavily modified version of the original Dwarf Therapist."
url="https://github.com/Dwarf-Therapist/Dwarf-Therapist"
@@ -11,8 +11,8 @@ depends=('qt5-declarative' 'hicolor-icon-theme' 'libcap')
makedepends=('cmake')
install="dwarftherapist.install"
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-md5sums=('e6948bdcc852ebc2c26b666c9de12f0f')
-sha256sums=('261a182701f819bc3cf7587f3fb6c4f58e18530992eaf79af339df67fb1eae78')
+md5sums=('682981f08fc67bbd884466e54ce34876')
+sha256sums=('a93fca0d85bfe34084135cb0f87f5c409015ca77c06ec1254a550f2850754dfc')
build() {
cd Dwarf-Therapist-${pkgver}