summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2022-07-22 23:09:11 +0100
committerWorMzy Tykashi2022-07-22 23:09:11 +0100
commitc7ef6ccd59e7513395180c1146d53c430ec15609 (patch)
treea52121ec9a98024dabe87fadeadfb8304fef9139
parentb2bb0760984c522eed559435eb4b49cb5d7484bc (diff)
downloadaur-c7ef6ccd59e7513395180c1146d53c430ec15609.tar.gz
Updated to 41.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fd0ed20331..7e763afc0f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dwarftherapist
pkgdesc = Heavily modified version of the original Dwarf Therapist.
- pkgver = 41.2.3
+ pkgver = 41.2.4
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-41.2.3.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v41.2.3.tar.gz
- md5sums = 408ae1eb3d07136fc80bd69a8c30c2d9
- sha256sums = 9748f97224c6887d532d2e8009d9b14daa50358f41cce7772307a3036efa2c0f
+ source = dwarftherapist-41.2.4.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v41.2.4.tar.gz
+ md5sums = f9f69224306969f6fd043a055d7ccab6
+ sha256sums = 103a8c088cdf4a3cea7a05ecc82680b924fc10a4f2e4d7891026e496658e7117
pkgname = dwarftherapist
diff --git a/PKGBUILD b/PKGBUILD
index 17c6262a4e0a..205a8341dec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=dwarftherapist
-pkgver=41.2.3
+pkgver=41.2.4
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=('408ae1eb3d07136fc80bd69a8c30c2d9')
-sha256sums=('9748f97224c6887d532d2e8009d9b14daa50358f41cce7772307a3036efa2c0f')
+md5sums=('f9f69224306969f6fd043a055d7ccab6')
+sha256sums=('103a8c088cdf4a3cea7a05ecc82680b924fc10a4f2e4d7891026e496658e7117')
build() {
cd Dwarf-Therapist-${pkgver}