summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-12-26 22:50:16 +0000
committerWorMzy Tykashi2017-12-26 22:50:16 +0000
commit2e23f88a011aee9cddb43e05c787d15a28d36c54 (patch)
tree2b1342ec2604340c1135123a697375caa55a7472
parentd0ba03d34c12cc5a73441a3d2d6b2ac22cb3c66f (diff)
downloadaur-2e23f88a011aee9cddb43e05c787d15a28d36c54.tar.gz
Updated to 39.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 836abc4adc44..a9709e76f55e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dwarftherapist
pkgdesc = Heavily modified version of the original Dwarf Therapist.
- pkgver = 39.1.0
+ pkgver = 39.1.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.1.0.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v39.1.0.tar.gz
- md5sums = 13129d29fcf3706e07f3b99d41529ac7
- sha256sums = 22d0fec4b6bd1e28f1530eef204ded22f036919f47dc1d65af411b70b75ebbdc
+ source = dwarftherapist-39.1.1.tar.gz::https://github.com/Dwarf-Therapist/Dwarf-Therapist/archive/v39.1.1.tar.gz
+ md5sums = 9fdf28c0bfefc852068a1519773f88e0
+ sha256sums = 1105b108091246ee494ef8e89f7f959d652ca30e1777f65dee3e1e813376a855
pkgname = dwarftherapist
diff --git a/PKGBUILD b/PKGBUILD
index 76087b88b9b9..3b9b4e395b53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=dwarftherapist
-pkgver=39.1.0
+pkgver=39.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=('13129d29fcf3706e07f3b99d41529ac7')
-sha256sums=('22d0fec4b6bd1e28f1530eef204ded22f036919f47dc1d65af411b70b75ebbdc')
+md5sums=('9fdf28c0bfefc852068a1519773f88e0')
+sha256sums=('1105b108091246ee494ef8e89f7f959d652ca30e1777f65dee3e1e813376a855')
build() {
cd Dwarf-Therapist-${pkgver}