summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-08-31 13:55:55 +1200
committerGeorge Rawlinson2022-08-31 13:55:55 +1200
commit5666b3d16cdc789a53dc958bd14396f3048a46ed (patch)
treea647f6681d790c3ce3c0a021b6393539555e76ff
parenta2ddabdb5fb68e1d521e0e6a98fee024a5a3a6f2 (diff)
downloadaur-5666b3d16cdc789a53dc958bd14396f3048a46ed.tar.gz
upgpkg: doomretro 4.6.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ae68c68208b..e7a3008120a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = doomretro
pkgdesc = The classic, refined DOOM source port
- pkgver = 4.6.0.2
+ pkgver = 4.6.1
pkgrel = 1
url = http://doomretro.com
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = doomretro
depends = sdl2_mixer
depends = glibc
optdepends = timidity++: for music playback
- source = doomretro::git+https://github.com/bradharding/doomretro.git#commit=c6e2675ffe95c480bc55a9ef6bfa7c6ae5b29ede
+ source = doomretro::git+https://github.com/bradharding/doomretro.git#commit=6ae94c4ca0e1f9b52c95f1c0b72e5de2a544eace
b2sums = SKIP
pkgname = doomretro
diff --git a/PKGBUILD b/PKGBUILD
index ac4b1315f9f6..697cbf4875e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Straube <straubem@gmx.de>
pkgname=doomretro
-pkgver=4.6.0.2
+pkgver=4.6.1
pkgrel=1
pkgdesc='The classic, refined DOOM source port'
arch=('x86_64' 'aarch64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('sdl2_image' 'sdl2_mixer' 'glibc')
makedepends=('git' 'cmake')
optdepends=('timidity++: for music playback')
-_commit='c6e2675ffe95c480bc55a9ef6bfa7c6ae5b29ede'
+_commit='6ae94c4ca0e1f9b52c95f1c0b72e5de2a544eace'
source=("$pkgname::git+https://github.com/bradharding/doomretro.git#commit=$_commit")
b2sums=('SKIP')