makedeb
1oom is a Master of Orion (1993) game engine recreation.
Click here to go back to the commit logs for 1oom.
Hash: 7163a0bac5948a0672095abc9c21ec23275db814
Message: April 11th, 2021 update
diff --git a/.SRCINFO b/.SRCINFO
index a2bf26b..513ce97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = 1oom-git
pkgdesc = 1oom is a Master of Orion (1993) game engine recreation.
- pkgver = r742.8926f64
+ pkgver = r747.81ce406
pkgrel = 1
url = https://gitlab.com/Tapani_/1oom
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = 1oom-git
makedepends = git
depends = sdl2
depends = libsamplerate
+ depends = sdl2_mixer
provides = 1oom
conflicts = 1oom
source = git+https://gitlab.com/Tapani_/1oom.git
diff --git a/PKGBUILD b/PKGBUILD
index 2de5af9..0cce322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Benjamin Hodgetts <ben@xnode.org>
pkgname=1oom-git
-pkgver=r742.8926f64
+pkgver=r747.81ce406
pkgrel=1
pkgdesc="1oom is a Master of Orion (1993) game engine recreation."
arch=(x86_64)
url=https://gitlab.com/Tapani_/1oom
license=('GPL2')
-depends=(sdl2 libsamplerate)
+depends=(sdl2 libsamplerate sdl2_mixer)
makedepends=(git)
provides=(1oom)
conflicts=(1oom)