summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoripochto2021-12-26 18:57:38 +0300
committeripochto2021-12-26 18:57:38 +0300
commit94b5f8f3c6f42f10553e9fde6cee3e2c3e2c0e4c (patch)
tree91617c558ae6b62057bcd833a6bd236c421c8fb3
parentfa8ec54ea2f2b41db059d4e1c3b8d754e9929444 (diff)
downloadaur-94b5f8f3c6f42f10553e9fde6cee3e2c3e2c0e4c.tar.gz
Updated to 3.2.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 830a02eb211b..980c73db86f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = war1gus
pkgdesc = Warcraft1 Mod that allows you to play Warcraft1 with the Stratagus engine
- pkgver = 3.1.2
- pkgrel = 2
+ pkgver = 3.2.0
+ pkgrel = 1
url = https://github.com/Wargus/war1gus
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
makedepends = imagemagick
- depends = stratagus=3.1.2
+ depends = stratagus=3.2.0
depends = ffmpeg
depends = innoextract
optdepends = zenity: graphical UI for data extractor
@@ -17,7 +17,7 @@ pkgbase = war1gus
optdepends = fluidsynth: midi music suport
optdepends = soundfont-fluid: sound font for midi music support
conflicts = war1gus-git
- source = https://github.com/Wargus/war1gus/archive/v3.1.2.tar.gz
- md5sums = 3b0cad05b8b7be117426ab8d1f58bfb5
+ source = https://github.com/Wargus/war1gus/archive/v3.2.0.tar.gz
+ md5sums = 03b7ce00eeb3bd5d19b3d9b934c46bfc
pkgname = war1gus
diff --git a/PKGBUILD b/PKGBUILD
index e571a034a4ed..106644f45b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: ipochto <ipochto@gmail.com>
pkgname=war1gus
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
pkgdesc="Warcraft1 Mod that allows you to play Warcraft1 with the Stratagus engine"
arch=("i686" "x86_64")
url="https://github.com/Wargus/war1gus"
@@ -25,7 +25,7 @@ optdepends=(
)
conflicts=('war1gus-git')
source=("https://github.com/Wargus/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=('3b0cad05b8b7be117426ab8d1f58bfb5')
+md5sums=('03b7ce00eeb3bd5d19b3d9b934c46bfc')
build() {
cd ${srcdir}