summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182022-03-11 22:37:26 +0100
committerLukas18182022-03-11 22:37:26 +0100
commite25f0c017fa165b226e2d2d3d86e6835239eb32e (patch)
treedf3ab2e72e828c7d8af648533ef0c80efd2f3b90
parenta1d521906e40f8ff3433e9ce559852f7d5f2421c (diff)
downloadaur-e25f0c017fa165b226e2d2d3d86e6835239eb32e.tar.gz
fix epoch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77d81d4915cb..42e35e05a470 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = commander-wars
pkgdesc = Advance Wars Clone with a lot of additions customizations and modding support
pkgver = 0.22.3.1
pkgrel = 2
- epoch = 1
+ epoch = 0
url = https://github.com/Robosturm/Commander_Wars
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index ac510cf2d4bb..8ae49aea8240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.22.3.1
_pkgtag="${pkgver:2}"
_pkgtag="Beta_${_pkgtag//./_}"
pkgrel=2
-epoch=1
+epoch=0
pkgdesc="Advance Wars Clone with a lot of additions customizations and modding support"
arch=("$CARCH")
url="https://github.com/Robosturm/Commander_Wars"