summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-11-02 02:01:56 +0100
committerMarcin Wieczorek2016-11-02 02:01:56 +0100
commit99247830acd544945860e275fbe629ebc74caa98 (patch)
tree22e914d70d09f952f118b2335ebf4ee56e23d8bd
parent9b1698d4fe4e4ec0c3e540c4e67deb5a3611de98 (diff)
downloadaur-99247830acd544945860e275fbe629ebc74caa98.tar.gz
Version 710_1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cc9fa5c65e3..caad90e82d5c 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 = 703_02
+ pkgver = 710_01
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-703-02.tar.gz
+ source = https://github.com/simulationcraft/simc/archive/release-710-01.tar.gz
source = SimulationCraft.desktop
- md5sums = 908dbbac4aacd68776587a00a97e5cee
+ md5sums = 390e337fe072ae82aa7441ad0e7ad060
md5sums = 9e52edb48f39888bc13a0b9bd5f8d758
pkgname = simulationcraft
depends = openssl
- depends = simulationcraft-data=703_02
+ depends = simulationcraft-data=710_01
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=703_02
+ depends = simulationcraft=710_01
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 e220f98541bc..51edb45c15b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ _gui=true
pkgbase=simulationcraft
pkgname=simulationcraft
_pkgname=simc
-_simver=703
-_simrel=02
+_simver=710
+_simrel=01
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."
@@ -18,7 +18,7 @@ license=('GPL3')
source=("https://github.com/simulationcraft/simc/archive/release-${_simver}-${_simrel}.tar.gz"
'SimulationCraft.desktop')
-md5sums=('908dbbac4aacd68776587a00a97e5cee'
+md5sums=('390e337fe072ae82aa7441ad0e7ad060'
'9e52edb48f39888bc13a0b9bd5f8d758')
prepare() {