diff options
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,16 +1,16 @@ # Generated by mksrcinfo v8 -# Sat Sep 2 07:48:09 UTC 2017 +# Sat Sep 16 08:15:48 UTC 2017 pkgbase = oshu pkgdesc = Lightweight port of the osu! rhythm game - pkgver = 1.1.0 + pkgver = 1.2.0 pkgrel = 1 url = https://github.com/fmang/oshu/ arch = i686 arch = x86_64 license = GPL3 - depends = sdl2 ffmpeg - source = https://github.com/fmang/oshu/releases/download/1.1.0/oshu-1.1.0.tar.gz - sha1sums = 85b2bc86d35d12d23814a241fc95dca9dcb04863 + depends = sdl2 sdl2_image ffmpeg + source = https://github.com/fmang/oshu/releases/download/1.2.0/oshu-1.2.0.tar.gz + sha1sums = 2c92174c13529d8fc4fc49f31116bd4458462543 pkgname = oshu @@ -1,15 +1,15 @@ -# Maintainer: Frédéric Mangano-Tarumi <fmang+aur mg0.fr> +# Maintainer: Frédéric Mangano-Tarumi <fmang+aur mg0.fr2 pkgname='oshu' -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc='Lightweight port of the osu! rhythm game' url='https://github.com/fmang/oshu/' arch=('i686' 'x86_64') license=('GPL3') -depends=('sdl2 ffmpeg') +depends=('sdl2 sdl2_image ffmpeg') source=("https://github.com/fmang/oshu/releases/download/$pkgver/$pkgname-$pkgver.tar.gz") -sha1sums=('85b2bc86d35d12d23814a241fc95dca9dcb04863') +sha1sums=('2c92174c13529d8fc4fc49f31116bd4458462543') build() { cd "${srcdir}/${pkgname}-${pkgver}" |