summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi2017-10-16 21:06:53 +0200
committerFrédéric Mangano-Tarumi2017-10-16 21:06:53 +0200
commitd704c9848fc1976a4533599051a35112ff53f6a9 (patch)
tree0f2a3536c936e6ecc5846bf56e88f2af2310b156
parente4b3a76bf6f9e079a17d3a42c642c6827fba9fae (diff)
downloadaur-d704c9848fc1976a4533599051a35112ff53f6a9.tar.gz
fix the dependencies info
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d6d680aaccd..48a9add2ca95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 07:07:47 UTC 2017
+# Mon Oct 16 19:06:51 UTC 2017
pkgbase = oshu
pkgdesc = Lightweight port of the osu! rhythm game
pkgver = 1.3.0
@@ -8,7 +8,9 @@ pkgbase = oshu
arch = i686
arch = x86_64
license = GPL3
- depends = sdl2 sdl2_image ffmpeg
+ depends = sdl2
+ depends = sdl2_image
+ depends = ffmpeg
source = https://www.mg0.fr/oshu/oshu-1.3.0.tar.gz
sha1sums = b0bb4f58c47826f1fe88910b88c4bc23ed76d8e8
diff --git a/PKGBUILD b/PKGBUILD
index dede4def3ed3..0cf0530b40b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Lightweight port of the osu! rhythm game'
url='https://github.com/fmang/oshu/'
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('sdl2 sdl2_image ffmpeg')
+depends=('sdl2' 'sdl2_image' 'ffmpeg')
source=("https://www.mg0.fr/oshu/$pkgname-$pkgver.tar.gz")
sha1sums=('b0bb4f58c47826f1fe88910b88c4bc23ed76d8e8')