summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2023-07-06 06:55:34 +0000
committerJoan Bruguera Micó2023-07-06 06:55:34 +0000
commit55074808018e9b3b4cd0c27e58dce5482e420805 (patch)
treebf0db46171f7f01c70a3cef699077c4ca90ee3ad
parentabad25225eaf26846ba6ff4a221cae7bfd03691b (diff)
downloadaur-55074808018e9b3b4cd0c27e58dce5482e420805.tar.gz
Woof! 11.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e42559ab0258..293eb7aca5df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = woof-doom
pkgdesc = Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems
- pkgver = 11.2.0
+ pkgver = 11.3.0
pkgrel = 1
url = https://github.com/fabiangreffrath/woof
install = install.sh
@@ -16,7 +16,7 @@ pkgbase = woof-doom
depends = libxmp
optdepends = soundfont-fluid: soundfont for MIDI playback
conflicts = woof-git
- source = https://github.com/fabiangreffrath/woof/archive/refs/tags/woof_11.2.0.tar.gz
- sha256sums = dcd17f23e0004707b2f423a6c16d75d21c392da66f0c725233e7e9408e31f7c0
+ source = https://github.com/fabiangreffrath/woof/archive/refs/tags/woof_11.3.0.tar.gz
+ sha256sums = 3035b5d4d174f57067afa30721a5f1ba978a01ffa173e6a6bf691ee3cc4355fc
pkgname = woof-doom
diff --git a/PKGBUILD b/PKGBUILD
index 35e79f02a891..0bdd383f8550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=woof-doom
_pkgname=woof
-pkgver=11.2.0
+pkgver=11.3.0
pkgrel=1
pkgdesc="Woof! is a continuation of Lee Killough's Doom source port MBF targeted at modern systems"
arch=(x86_64)
@@ -18,7 +18,7 @@ install=install.sh
makedepends=(cmake python3)
conflicts=(woof-git)
source=("https://github.com/fabiangreffrath/${_pkgname}/archive/refs/tags/${_pkgname}_${pkgver}.tar.gz")
-sha256sums=(dcd17f23e0004707b2f423a6c16d75d21c392da66f0c725233e7e9408e31f7c0)
+sha256sums=(3035b5d4d174f57067afa30721a5f1ba978a01ffa173e6a6bf691ee3cc4355fc)
build() {
# Use `-ffile-prefix-map` to avoid 'WARNING: Package contains reference to $srcdir' due to assert(...)