summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosh Baron2024-01-16 18:08:36 -0500
committerJosh Baron2024-01-16 18:08:36 -0500
commit28fead6fffa72d3c971dfaa29639749ddc98259d (patch)
tree52978fb0aea2f5c30ce6288d1decf7a406bbdc8f /PKGBUILD
parent42b25c44e5872a42f3c0b07d7fc6b46121bee9aa (diff)
downloadaur-doomrunner.tar.gz
update to 1.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e50a97d22aef..6421e6703477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Cassidy Wilson <cassidywilson at mailbox dot org>
pkgname=doomrunner
-pkgver=1.8.1
-pkgrel=4
+pkgver=1.8.2
+pkgrel=1
pkgdesc="Modern preset-oriented graphical launcher of ZDoom and derivatives"
arch=('x86_64')
url="https://github.com/Youda008/DoomRunner"
@@ -14,7 +14,7 @@ makedepends=('git' 'gcc')
backup=('opt/DoomRunner')
source=("https://github.com/Youda008/DoomRunner/archive/refs/tags/v${pkgver}.tar.gz")
-md5sums=('3b08b9b60ed346e99f2b3e5d4145644c')
+md5sums=('1891b7d0e30e48e598e104ae6f533595')
build() {
mkdir -p "${srcdir}/DoomRunner-${pkgver}/build-dynamic"