summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuckyTurtleCI2023-02-24 21:00:22 +0000
committerLuckyTurtleCI2023-02-24 21:00:22 +0000
commit62de31065c0d7375110923b51353ef7775a6e15f (patch)
treea40866eaa35eb17f99bf5a7a1b3823f627247847
parent4b2ecbe3e048527a80c862b1fc4e0c924fa98d2d (diff)
downloadaur-62de31065c0d7375110923b51353ef7775a6e15f.tar.gz
auto update to 0.29.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--.index.json2
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd96c8d41b40..365f13843056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = commander-wars
pkgdesc = Advance Wars Clone with a lot of additions customizations and modding support
- pkgver = 0.29.1.1
+ pkgver = 0.29.2.1
pkgrel = 1
url = https://github.com/Robosturm/Commander_Wars
arch = x86_64
license = LGPL3
+ makedepends = clang
+ makedepends = cmake
makedepends = ninja
makedepends = qt6-tools
depends = qt6-declarative
depends = qt6-multimedia
options = !emptydirs
- source = https://github.com/Robosturm/Commander_Wars/archive/Beta_29_1_Build1.tar.gz
+ source = https://github.com/Robosturm/Commander_Wars/archive/Beta_29_2_Build1.tar.gz
source = 0001-fix-QStandardPaths-include.patch
- sha512sums = 7e6c55a21ea39dd5d07b28c305bf9ccfbc75679399ae25dbb722928993c6fec166e851f5b82846b8ce5df954402cf58404316cc64416a6a60bf90e608de3bf58
+ sha512sums = cdfc2eaa14fcf9a5ebebb175621715a27af46b142ad4659763e555fe72e60c137cee8f45ebd2f13cfba54a162de9abc97c19efadd9567bddf044f09247fab620
sha512sums = 2de911786944e44a18f524508827805992a02a6890638a0e24bfcbac02374df90e8334376973263492ea04454b9ac368e71d3aa91d4b7b33a0bbc5af661bfcc2
pkgname = commander-wars
diff --git a/.index.json b/.index.json
index 433bec2ed8de..94a34e35285d 100644
--- a/.index.json
+++ b/.index.json
@@ -1,3 +1,3 @@
{
- "tag": "Beta_29_1_Build1"
+ "tag": "Beta_29_2_Build1"
} \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 874616275099..46f2ae4df5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lukas1818 aur at lukas1818 dot de
-_pkgtag=Beta_29_1_Build1 #auto updated by CI
+_pkgtag=Beta_29_2_Build1 #auto updated by CI
#tags are sadly not very consistent #current tag (original tag) -> new tag
pkgver=${_pkgtag/Beta_/0_} #Beta_25_5 (Beta_25_5) -> 0_25_5
pkgver=${pkgver/Beta/0_} #Beta28_Build2 (Beta28_Build2) -> 0_28_Build2
@@ -19,7 +19,7 @@ depends=('qt6-declarative' 'qt6-multimedia')
makedepends=('clang' 'cmake' 'ninja' 'qt6-tools')
source=("https://github.com/Robosturm/Commander_Wars/archive/$_pkgtag.tar.gz"
'0001-fix-QStandardPaths-include.patch')
-sha512sums=('7e6c55a21ea39dd5d07b28c305bf9ccfbc75679399ae25dbb722928993c6fec166e851f5b82846b8ce5df954402cf58404316cc64416a6a60bf90e608de3bf58'
+sha512sums=('cdfc2eaa14fcf9a5ebebb175621715a27af46b142ad4659763e555fe72e60c137cee8f45ebd2f13cfba54a162de9abc97c19efadd9567bddf044f09247fab620'
'2de911786944e44a18f524508827805992a02a6890638a0e24bfcbac02374df90e8334376973263492ea04454b9ac368e71d3aa91d4b7b33a0bbc5af661bfcc2')
prepare()