summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-05-11 01:44:34 +0200
committerMarcin Wieczorek2017-05-11 01:44:34 +0200
commit02ccd9b91166fcd30be089fa0ef31e3bdabd3150 (patch)
treeab2bd512d704b3f5e93e93ff11547159ca4b4e5a /PKGBUILD
parent4b2ed85a5056e9461787ed3b3f14c45c019ed895 (diff)
downloadaur-02ccd9b91166fcd30be089fa0ef31e3bdabd3150.tar.gz
Version ${_simver}_${_simrel}
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d09e15f3de9..39fde9feacbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,18 @@ _gui=true
pkgbase=simulationcraft
pkgname=simulationcraft
_pkgname=simc
-_simver=715
-_simrel=01
+_simver=720
+_simrel=02
pkgver=${_simver}_${_simrel}
pkgrel=1
pkgdesc="A tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm). Multi-player event-driven simulator written in C++ that models raid damage."
url="https://github.com/simulationcraft/simc"
arch=('i686' 'x86_64')
license=('GPL3')
-source=("https://github.com/simulationcraft/simc/archive/release-${_simver}-${_simrel}.tar.gz"
+source=("${pkgname}-${_simver}-${_simrel}.tar.gz::https://github.com/simulationcraft/simc/archive/release-${_simver}-${_simrel}.tar.gz"
'SimulationCraft.desktop')
-md5sums=('99b874978d62b019e10316c556e80ea0'
+md5sums=('67f8ae2caa043f0c5111ca724bf348e1'
'9e52edb48f39888bc13a0b9bd5f8d758')
prepare() {