summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoripochto2022-08-11 11:05:19 +0300
committeripochto2022-08-11 11:05:19 +0300
commitc742f1435ba985a3d454c75476d9b1752fe04571 (patch)
tree89be2ff15dc963c52b15f8b40cd6e80b114ea708
parent4440062e6ae1654ca23b7d91d8ed6d5a8147b473 (diff)
downloadaur-c742f1435ba985a3d454c75476d9b1752fe04571.tar.gz
Updated to version 3.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24bf8644bdae..eba09d67643d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = wargus
pkgdesc = Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus engine
- pkgver = 3.3.1
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/wargus/wargus
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
- depends = stratagus=3.3.1
+ depends = stratagus=3.3.2
depends = ffmpeg2theora
depends = cdparanoia
depends = timidity++
@@ -16,7 +16,7 @@ pkgbase = wargus
optdepends = dialog: console UI for data extractor
optdepends = fluidsynth: midi music support
optdepends = soundfont-fluid: sound font for midi music support
- source = https://github.com/Wargus/wargus/archive/v3.3.1.tar.gz
- md5sums = bf45f3cb353b6051413f81feecf34fc3
+ source = https://github.com/Wargus/wargus/archive/v3.3.2.tar.gz
+ md5sums = 00d5aaa6ba11e52fbea81199f3254e09
pkgname = wargus
diff --git a/PKGBUILD b/PKGBUILD
index ba7afef1850e..f93b4d464342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thaodan <theodorstormgrade@gmail.com>
pkgname=wargus
-pkgver=3.3.1
+pkgver=3.3.2
pkgrel=1
pkgdesc="Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus engine"
arch=("i686" "x86_64")
@@ -23,7 +23,7 @@ optdepends=(
'soundfont-fluid: sound font for midi music support'
)
source=("https://github.com/Wargus/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=('bf45f3cb353b6051413f81feecf34fc3')
+md5sums=('00d5aaa6ba11e52fbea81199f3254e09')
build() {
cd ${srcdir}