summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoripochto2022-08-11 11:06:31 +0300
committeripochto2022-08-11 11:06:31 +0300
commit42dff089d462326f2d82b9cd7e5c3edfc4795336 (patch)
treee4290fb096ac7613faf326813f10a05aa397c949
parent92d71ea459dbdaeb42c2c7399a8fd794855b16a8 (diff)
downloadaur-42dff089d462326f2d82b9cd7e5c3edfc4795336.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 0e9af7a994f5..7db282ca094a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = war1gus
pkgdesc = Warcraft1 Mod that allows you to play Warcraft1 with the Stratagus engine
- pkgver = 3.3.1
+ pkgver = 3.3.2
pkgrel = 1
url = https://github.com/Wargus/war1gus
arch = i686
@@ -8,7 +8,7 @@ pkgbase = war1gus
license = GPL
makedepends = cmake
makedepends = imagemagick
- depends = stratagus=3.3.1
+ depends = stratagus=3.3.2
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.3.1.tar.gz
- md5sums = 7a74861dbde5f3db42133e3d1ae83d4d
+ source = https://github.com/Wargus/war1gus/archive/v3.3.2.tar.gz
+ md5sums = e208a031293eb6f100e2f2982edd582c
pkgname = war1gus
diff --git a/PKGBUILD b/PKGBUILD
index 2b3d6dba953b..615566ba0c32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ipochto <ipochto@gmail.com>
pkgname=war1gus
-pkgver=3.3.1
+pkgver=3.3.2
pkgrel=1
pkgdesc="Warcraft1 Mod that allows you to play Warcraft1 with the Stratagus engine"
arch=("i686" "x86_64")
@@ -25,7 +25,7 @@ optdepends=(
)
conflicts=('war1gus-git')
source=("https://github.com/Wargus/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=('7a74861dbde5f3db42133e3d1ae83d4d')
+md5sums=('e208a031293eb6f100e2f2982edd582c')
build() {
cd ${srcdir}