summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Eriksson2022-03-03 20:54:06 +0100
committerMikael Eriksson2022-03-03 20:54:06 +0100
commite4fabda58c37bcb460bfaa80db308617d5a559a2 (patch)
tree423afbccb2541fa2e0455464793c0cd2e6012cf3
parentb128d27825c697aa167e8c04b12914a7fb87ce37 (diff)
downloadaur-e4fabda58c37bcb460bfaa80db308617d5a559a2.tar.gz
10.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a98125f6d8a..9292d2e83589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = odamex
pkgdesc = A free client/server multiplayer engine for the classic FPS Doom.
- pkgver = 0.9.5
+ pkgver = 10.0.0
pkgrel = 1
url = http://odamex.net/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = odamex
depends = wxgtk2
depends = miniupnpc
optdepends = timidity++: Required for music
- source = http://downloads.sourceforge.net/odamex/odamex-src-0.9.5.tar.bz2
- sha256sums = 581a8ee5f5b37a6c35918958d7ddafd279d991b20456e5a68d660ccbed4e0cf4
+ source = http://downloads.sourceforge.net/odamex/Odamex/10.0.0/odamex-src-10.0.0.tar.gz
+ sha256sums = 5d96716c26e5fb3af478ff58b58d41d90d885e7d696adcdc256f8675549edf25
pkgname = odamex
diff --git a/PKGBUILD b/PKGBUILD
index d195dfeed2ca..39a32d33f02e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Curtis Smith <kman922002@gmail.com>
pkgname=odamex
-pkgver=0.9.5
+pkgver=10.0.0
pkgrel=1
pkgdesc='A free client/server multiplayer engine for the classic FPS Doom.'
arch=('i686' 'x86_64' 'aarch64')
@@ -14,8 +14,8 @@ license=('GPL')
depends=('sdl2_mixer' 'portmidi' 'wxgtk2' 'miniupnpc')
makedepends=('cmake')
optdepends=('timidity++: Required for music')
-source=("http://downloads.sourceforge.net/odamex/odamex-src-${pkgver}.tar.bz2")
-sha256sums=('581a8ee5f5b37a6c35918958d7ddafd279d991b20456e5a68d660ccbed4e0cf4')
+source=("http://downloads.sourceforge.net/odamex/Odamex/${pkgver}/odamex-src-${pkgver}.tar.gz")
+sha256sums=('5d96716c26e5fb3af478ff58b58d41d90d885e7d696adcdc256f8675549edf25')
prepare() {
cd $pkgname-src-$pkgver