summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluckyturtledev2023-02-22 18:36:11 +0100
committerluckyturtledev2023-02-22 18:36:11 +0100
commit541c52618f506436e4389b5968c7f9454d49da82 (patch)
tree28b8a3599f5d8d84ed28c9882b9074732e77e5ee
parenta39cbb9e138f7bd4ac37a7f19fced484592b4c1d (diff)
downloadaur-541c52618f506436e4389b5968c7f9454d49da82.tar.gz
auto update to 0.29.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--.index.json3
-rw-r--r--PKGBUILD14
-rw-r--r--ci.toml6
4 files changed, 23 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99a3a80ed784..cd96c8d41b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = commander-wars
pkgdesc = Advance Wars Clone with a lot of additions customizations and modding support
- pkgver = 0.28.2
- pkgrel = 2
+ pkgver = 0.29.1.1
+ pkgrel = 1
url = https://github.com/Robosturm/Commander_Wars
arch = x86_64
license = LGPL3
@@ -10,9 +10,9 @@ pkgbase = commander-wars
depends = qt6-declarative
depends = qt6-multimedia
options = !emptydirs
- source = https://github.com/Robosturm/Commander_Wars/archive/Beta28_Build2.tar.gz
+ source = https://github.com/Robosturm/Commander_Wars/archive/Beta_29_1_Build1.tar.gz
source = 0001-fix-QStandardPaths-include.patch
- sha512sums = 56eba5f3de984a4912f0984f067a8daf9107b48c74162918c42024fd14c871da91d529663d7d6c65d197173750368b72ad1b2c1b77bd47c76dcf2cd2a6db1fe6
+ sha512sums = 7e6c55a21ea39dd5d07b28c305bf9ccfbc75679399ae25dbb722928993c6fec166e851f5b82846b8ce5df954402cf58404316cc64416a6a60bf90e608de3bf58
sha512sums = 2de911786944e44a18f524508827805992a02a6890638a0e24bfcbac02374df90e8334376973263492ea04454b9ac368e71d3aa91d4b7b33a0bbc5af661bfcc2
pkgname = commander-wars
diff --git a/.index.json b/.index.json
new file mode 100644
index 000000000000..433bec2ed8de
--- /dev/null
+++ b/.index.json
@@ -0,0 +1,3 @@
+{
+ "tag": "Beta_29_1_Build1"
+} \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 9ee09b3a1e02..5c7844c8bc86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,15 @@
# Maintainer: Lukas1818 aur at lukas1818 dot de
+_pkgtag=Beta_29_1_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
+pkgver=${pkgver/_Build-/_Build} #0_26_1_Build-5 (Beta_26_1_Build-5) -> 0_26_1_Build5
+pkgver=${pkgver/_Build/_} #0_27_Build3 (Beta27_Build3) -> 0_27_3
+pkgver=${pkgver//_/.} #0_26_1_5 (Beta_26_1_Build-5) -> 0.26.1.5
+
pkgname=commander-wars
-pkgver=0.28.2
-_pkgtag="Beta28_Build2"
-pkgrel=2
+pkgrel=1
pkgdesc="Advance Wars Clone with a lot of additions customizations and modding support"
arch=("$CARCH")
url="https://github.com/Robosturm/Commander_Wars"
@@ -13,7 +19,7 @@ depends=('qt6-declarative' 'qt6-multimedia')
makedepends=('ninja' 'qt6-tools')
source=("https://github.com/Robosturm/Commander_Wars/archive/$_pkgtag.tar.gz"
'0001-fix-QStandardPaths-include.patch')
-sha512sums=('56eba5f3de984a4912f0984f067a8daf9107b48c74162918c42024fd14c871da91d529663d7d6c65d197173750368b72ad1b2c1b77bd47c76dcf2cd2a6db1fe6'
+sha512sums=('7e6c55a21ea39dd5d07b28c305bf9ccfbc75679399ae25dbb722928993c6fec166e851f5b82846b8ce5df954402cf58404316cc64416a6a60bf90e608de3bf58'
'2de911786944e44a18f524508827805992a02a6890638a0e24bfcbac02374df90e8334376973263492ea04454b9ac368e71d3aa91d4b7b33a0bbc5af661bfcc2')
prepare()
diff --git a/ci.toml b/ci.toml
new file mode 100644
index 000000000000..380fe3f35dca
--- /dev/null
+++ b/ci.toml
@@ -0,0 +1,6 @@
+[source]
+type = "github_release"
+repo = "Robosturm/Commander_Wars"
+
+[check]
+pkgver_regex = '^0(\.[0-9]+)+$' \ No newline at end of file