summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-05-11 01:44:34 +0200
committerMarcin Wieczorek2017-05-11 01:44:34 +0200
commit02ccd9b91166fcd30be089fa0ef31e3bdabd3150 (patch)
treeab2bd512d704b3f5e93e93ff11547159ca4b4e5a
parent4b2ed85a5056e9461787ed3b3f14c45c019ed895 (diff)
downloadaur-02ccd9b91166fcd30be089fa0ef31e3bdabd3150.tar.gz
Version ${_simver}_${_simrel}
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6af5a60226ff..ded9802fa841 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,25 @@
pkgbase = simulationcraft
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.
- pkgver = 715_01
+ pkgver = 720_02
pkgrel = 1
url = https://github.com/simulationcraft/simc
arch = i686
arch = x86_64
license = GPL3
makedepends = qt5-webkit
- source = https://github.com/simulationcraft/simc/archive/release-715-01.tar.gz
+ source = simulationcraft-720-02.tar.gz::https://github.com/simulationcraft/simc/archive/release-720-02.tar.gz
source = SimulationCraft.desktop
- md5sums = 99b874978d62b019e10316c556e80ea0
+ md5sums = 67f8ae2caa043f0c5111ca724bf348e1
md5sums = 9e52edb48f39888bc13a0b9bd5f8d758
pkgname = simulationcraft
depends = openssl
- depends = simulationcraft-data=715_01
+ depends = simulationcraft-data=720_02
pkgname = simulationcraft-gui
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. GUI
depends = qt5-webkit
- depends = simulationcraft=715_01
+ depends = simulationcraft=720_02
pkgname = simulationcraft-data
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. Data
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() {