summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-03-06 14:34:48 +0100
committerFrederic Bezies2021-03-06 14:34:48 +0100
commitc342356693604230a36cb93269e3fc4c702dcef6 (patch)
treee2f65b59f4ace47b58cccdc4a11d4e38f530ac3f
parent358151c15c63fa1e50f35d99e7d1fa2499d42be5 (diff)
downloadaur-c342356693604230a36cb93269e3fc4c702dcef6.tar.gz
PKGBUILD update and cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30307f2d66b0..2f431cf459d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = woof-git
pkgdesc = Doom port remaining faithful to Lee Killough’s MBF on DOS
- pkgver = 3.1.0.r32.05aa665
+ pkgver = 3.1.0.r51.b891f49
pkgrel = 1
url = https://github.com/fabiangreffrath/woof
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = woof-git
makedepends = cmake
makedepends = git
depends = hicolor-icon-theme
- depends = sdl2
depends = sdl2_net
depends = sdl2_mixer
+ depends = sdl2_image
provides = woof
conflicts = woof
source = woof::git+https://github.com/fabiangreffrath/woof.git
diff --git a/PKGBUILD b/PKGBUILD
index 4260bfca496f..3c0b8a777bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,14 @@
+#Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+#Contributor: Mike Swanson
+
pkgname=woof-git
-pkgver=3.1.0.r32.05aa665
+pkgver=3.1.0.r51.b891f49
pkgrel=1
pkgdesc="Doom port remaining faithful to Lee Killough’s MBF on DOS"
arch=("x86_64")
url="https://github.com/fabiangreffrath/woof"
license=('GPL2')
-depends=('hicolor-icon-theme' 'sdl2' 'sdl2_net' 'sdl2_mixer')
+depends=('hicolor-icon-theme' 'sdl2_net' 'sdl2_mixer' 'sdl2_image')
makedepends=('cmake' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")