summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuckyTurtleCI2023-02-25 16:06:26 +0000
committerLuckyTurtleCI2023-02-25 16:06:26 +0000
commitd822e1e58741dcd6718dea27bb8ee77f0c37d8ae (patch)
tree5919ecde5de4f3ba63b7630c81070dfe31bd1d85
parent62de31065c0d7375110923b51353ef7775a6e15f (diff)
downloadaur-d822e1e58741dcd6718dea27bb8ee77f0c37d8ae.tar.gz
auto update to 0.29.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--.index.json2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 365f13843056..512202a271f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = commander-wars
pkgdesc = Advance Wars Clone with a lot of additions customizations and modding support
- pkgver = 0.29.2.1
+ pkgver = 0.29.3.1
pkgrel = 1
url = https://github.com/Robosturm/Commander_Wars
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = commander-wars
depends = qt6-declarative
depends = qt6-multimedia
options = !emptydirs
- source = https://github.com/Robosturm/Commander_Wars/archive/Beta_29_2_Build1.tar.gz
+ source = https://github.com/Robosturm/Commander_Wars/archive/Beta_29_3_Build1.tar.gz
source = 0001-fix-QStandardPaths-include.patch
- sha512sums = cdfc2eaa14fcf9a5ebebb175621715a27af46b142ad4659763e555fe72e60c137cee8f45ebd2f13cfba54a162de9abc97c19efadd9567bddf044f09247fab620
+ sha512sums = 6453104f77ccce0056dd0d87e49553d6a45c487e13875afc9c42405a885bb77b2379e6f7244ff5e036018de4ed066ebbcbd5fb434f1cab5f630050dbb8da4006
sha512sums = 2de911786944e44a18f524508827805992a02a6890638a0e24bfcbac02374df90e8334376973263492ea04454b9ac368e71d3aa91d4b7b33a0bbc5af661bfcc2
pkgname = commander-wars
diff --git a/.index.json b/.index.json
index 94a34e35285d..7f8462369e90 100644
--- a/.index.json
+++ b/.index.json
@@ -1,3 +1,3 @@
{
- "tag": "Beta_29_2_Build1"
+ "tag": "Beta_29_3_Build1"
} \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 46f2ae4df5ba..61a4dc06fc01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lukas1818 aur at lukas1818 dot de
-_pkgtag=Beta_29_2_Build1 #auto updated by CI
+_pkgtag=Beta_29_3_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=('cdfc2eaa14fcf9a5ebebb175621715a27af46b142ad4659763e555fe72e60c137cee8f45ebd2f13cfba54a162de9abc97c19efadd9567bddf044f09247fab620'
+sha512sums=('6453104f77ccce0056dd0d87e49553d6a45c487e13875afc9c42405a885bb77b2379e6f7244ff5e036018de4ed066ebbcbd5fb434f1cab5f630050dbb8da4006'
'2de911786944e44a18f524508827805992a02a6890638a0e24bfcbac02374df90e8334376973263492ea04454b9ac368e71d3aa91d4b7b33a0bbc5af661bfcc2')
prepare()