summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2019-08-26 19:04:11 +0100
committerWorMzy Tykashi2019-08-26 19:04:11 +0100
commit468b9098860f51b5dea6cfd343094cabcd7d7857 (patch)
treebca5cdbecab71412e4a25d73e029f3b5fe4f4262
parentaf8966edeeee1051b68923071278620255c342b0 (diff)
downloadaur-468b9098860f51b5dea6cfd343094cabcd7d7857.tar.gz
Updated to 41.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4557a39591af..e65bd5aad3fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dwarftherapist
pkgdesc = Heavily modified version of the original Dwarf Therapist.
- pkgver = 41.0.3
+ pkgver = 41.1.0
pkgrel = 1
url = https://github.com/Dwarf-Therapist/Dwarf-Therapist
install = dwarftherapist.install
@@ -11,9 +11,9 @@ pkgbase = dwarftherapist
depends = qt5-declarative
depends = hicolor-icon-theme
depends = libcap
- source = dwarftherapist-41.0.3.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v41.0.3.tar.gz
- md5sums = ef48360d1edaf7b8485143041242a4ad
- sha256sums = 72d1a5cd0dfdcb49586403dfbdba31e3d9dfb53d092a427f9f35f8f825686863
+ source = dwarftherapist-41.1.0.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v41.1.0.tar.gz
+ md5sums = aae52e831e8a0110bb5d73a3d93fa8af
+ sha256sums = 2f022b98107c98aedc1c8dc187796efea9944d163ec7f9221c8dad438b171cee
pkgname = dwarftherapist
diff --git a/PKGBUILD b/PKGBUILD
index c33d6316d19b..809defad9cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=dwarftherapist
-pkgver=41.0.3
+pkgver=41.1.0
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=('ef48360d1edaf7b8485143041242a4ad')
-sha256sums=('72d1a5cd0dfdcb49586403dfbdba31e3d9dfb53d092a427f9f35f8f825686863')
+md5sums=('aae52e831e8a0110bb5d73a3d93fa8af')
+sha256sums=('2f022b98107c98aedc1c8dc187796efea9944d163ec7f9221c8dad438b171cee')
build() {
cd Dwarf-Therapist-${pkgver}