summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Garza2024-02-24 14:56:46 -0600
committerJuan Garza2024-02-24 14:56:46 -0600
commit8305605e321a52281f3a571cf519c09b6246b07c (patch)
tree83de42735ee88d087000a0cdacd7d531fa476255
parent186838633fcd73cb735346602d82df789a80073c (diff)
downloadaur-sotw.tar.gz
v1.6.5 add sdl2_mixer dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60afbe26f494..7ab0b7150604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sotw
pkgdesc = Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day.
pkgver = 1.6.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.shadowofthewyrm.org/
arch = x86_64
license = MIT
@@ -9,6 +9,7 @@ pkgbase = sotw
makedepends = git
depends = sdl2
depends = sdl2_image
+ depends = sdl2_mixer
depends = xerces-c
depends = zlib
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index a42c96413d1c..e18375dcee26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
pkgver=1.6.5
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
arch=('x86_64')
url="http://www.shadowofthewyrm.org/"
license=('MIT')
groups=()
-depends=('sdl2' 'sdl2_image' 'xerces-c' 'zlib' 'ncurses' 'lua51' 'boost' 'gtest')
+depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'xerces-c' 'zlib' 'ncurses' 'lua51' 'boost' 'gtest')
makedepends=('premake' 'git')
checkdepends=()
provides=(sotw)