summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2018-07-02 09:23:26 +0100
committerWorMzy Tykashi2018-07-02 09:23:26 +0100
commitf8881d7a35572be6eb3214b34c9ac4c943905e08 (patch)
tree914c5a7f6a96047495a4b0ec01a9b85681c53c6c
parentd15f3de2e628cb321f1c92cbb7372440407e07d3 (diff)
downloadaur-f8881d7a35572be6eb3214b34c9ac4c943905e08.tar.gz
Updated to 40.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aec9bcd0fc46..78574b118fcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dwarftherapist
pkgdesc = Heavily modified version of the original Dwarf Therapist.
- pkgver = 40.0.0
+ pkgver = 40.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-40.0.0.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v40.0.0.tar.gz
- md5sums = d8d3b5aee2660bad9195df4c652241e2
- sha256sums = 7d28e214e722ad80e4ea58e0eae8a2da7cd91f4fcdd02239a6861f556667f748
+ source = dwarftherapist-40.1.0.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v40.1.0.tar.gz
+ md5sums = 00cef0d62a5cc8917c8fc2ebbf4bb9ed
+ sha256sums = 21f8d5be1f4a4c58c4214534a819bb2761c9a2d1e8868135772936909fe0da80
pkgname = dwarftherapist
diff --git a/PKGBUILD b/PKGBUILD
index e936ce9f2486..11d07dd4c2ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=dwarftherapist
-pkgver=40.0.0
+pkgver=40.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=('d8d3b5aee2660bad9195df4c652241e2')
-sha256sums=('7d28e214e722ad80e4ea58e0eae8a2da7cd91f4fcdd02239a6861f556667f748')
+md5sums=('00cef0d62a5cc8917c8fc2ebbf4bb9ed')
+sha256sums=('21f8d5be1f4a4c58c4214534a819bb2761c9a2d1e8868135772936909fe0da80')
build() {
cd Dwarf-Therapist-${pkgver}