makedeb


1oom 1.0-0


1oom is a Master of Orion (1993) game engine recreation.

Click here to go back to the commit logs for 1oom.

Commit:


Hash: 39a44de0011e8d58796fb7af5d835406715186ae

Message: PKGBUILD cleanup

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 513ce97..010a998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
 pkgbase = 1oom-git
 	pkgdesc = 1oom is a Master of Orion (1993) game engine recreation.
-	pkgver = r747.81ce406
-	pkgrel = 1
+	pkgver = r777.912dce1
+	pkgrel = 2
 	url = https://gitlab.com/Tapani_/1oom
 	arch = x86_64
 	license = GPL2
 	makedepends = git
-	depends = sdl2
 	depends = libsamplerate
 	depends = sdl2_mixer
 	provides = 1oom
diff --git a/PKGBUILD b/PKGBUILD
index 0cce322..17c8485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
 # Contributor: Benjamin Hodgetts <ben@xnode.org>
 
 pkgname=1oom-git
-pkgver=r747.81ce406
-pkgrel=1
+pkgver=r777.912dce1
+pkgrel=2
 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 sdl2_mixer)
-makedepends=(git)
-provides=(1oom)
-conflicts=(1oom)
+depends=('libsamplerate' 'sdl2_mixer')
+makedepends=('git')
+provides=('1oom')
+conflicts=('1oom')
 source=('git+https://gitlab.com/Tapani_/1oom.git')
 sha256sums=('SKIP')