summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2021-05-15 21:20:15 +0200
committerFrederic Bezies2021-05-15 21:20:15 +0200
commit39a44de0011e8d58796fb7af5d835406715186ae (patch)
tree7c8782a491251245a45bf4a6ff95e09c620a3fb7 /PKGBUILD
parent7163a0bac5948a0672095abc9c21ec23275db814 (diff)
downloadaur-39a44de0011e8d58796fb7af5d835406715186ae.tar.gz
PKGBUILD cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cce322a8c03..17c8485db37e 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')