summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 997fa98f7c92..a45918881909 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 11 13:41:22 UTC 2017
+# Sat Nov 25 11:10:44 UTC 2017
pkgbase = oshu
- pkgdesc = Lightweight port of the osu! rhythm game
- pkgver = 1.4.0
+ pkgdesc = Fast port of the osu! rhythm game
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/fmang/oshu/
arch = i686
@@ -11,8 +11,9 @@ pkgbase = oshu
depends = sdl2
depends = sdl2_image
depends = ffmpeg
- source = https://www.mg0.fr/oshu/oshu-1.4.0.tar.gz
- sha256sums = b82137dc172afc7c9d1021a248fa314cc14445859fc1a77c5bc9beb497692249
+ depends = cairo
+ source = https://www.mg0.fr/oshu/releases/oshu-1.5.0.tar.gz
+ sha256sums = c1302b84774bedc05bfeacbc5df3e6a12e21763a4776ed311006a94f7a3f689b
pkgname = oshu
diff --git a/PKGBUILD b/PKGBUILD
index 3ba259eb4d53..5a50c1618f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Frédéric Mangano-Tarumi <fmang+aur mg0.fr>
pkgname='oshu'
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
-pkgdesc='Lightweight port of the osu! rhythm game'
+pkgdesc='Fast port of the osu! rhythm game'
url='https://github.com/fmang/oshu/'
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('sdl2' 'sdl2_image' 'ffmpeg')
-source=("https://www.mg0.fr/oshu/$pkgname-$pkgver.tar.gz")
-sha256sums=('b82137dc172afc7c9d1021a248fa314cc14445859fc1a77c5bc9beb497692249')
+depends=('sdl2' 'sdl2_image' 'ffmpeg' 'cairo')
+source=("https://www.mg0.fr/oshu/releases/$pkgname-$pkgver.tar.gz")
+sha256sums=('c1302b84774bedc05bfeacbc5df3e6a12e21763a4776ed311006a94f7a3f689b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"