summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2018-04-06 10:16:52 +0100
committerWorMzy Tykashi2018-04-06 10:16:52 +0100
commitd32425303c13cda93e48077b6aae97e7cb462849 (patch)
tree2bbc29b57520b6fb69744f48fdbaa21dfda8dfa8
parent886b770d5a02f6191fb6ca1a9ec2b6daff1997dc (diff)
downloadaur-d32425303c13cda93e48077b6aae97e7cb462849.tar.gz
Updated to 39.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f451ce0293e9..6df522bfb801 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dwarftherapist
pkgdesc = Heavily modified version of the original Dwarf Therapist.
- pkgver = 39.3.0
+ pkgver = 39.3.1
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-39.3.0.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v39.3.0.tar.gz
- md5sums = 532d4899011a7d0471c9529aebf348a6
- sha256sums = 4a64ef9e1821a7e49e2fc5890df3f69f4860c238b287a4639329aa5d9f6b18c0
+ source = dwarftherapist-39.3.1.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v39.3.1.tar.gz
+ md5sums = 26eee55ce5b31e7060ea72550d0c926d
+ sha256sums = 44504c8b0925c166bf98ab7bbd74396d965dbd26866ebe41b9a4cc4c89afd1fa
pkgname = dwarftherapist
diff --git a/PKGBUILD b/PKGBUILD
index 8026138c646e..e5e98d5bebed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=dwarftherapist
-pkgver=39.3.0
+pkgver=39.3.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=('532d4899011a7d0471c9529aebf348a6')
-sha256sums=('4a64ef9e1821a7e49e2fc5890df3f69f4860c238b287a4639329aa5d9f6b18c0')
+md5sums=('26eee55ce5b31e7060ea72550d0c926d')
+sha256sums=('44504c8b0925c166bf98ab7bbd74396d965dbd26866ebe41b9a4cc4c89afd1fa')
build() {
cd Dwarf-Therapist-${pkgver}