summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi2017-09-16 10:15:50 +0200
committerFrédéric Mangano-Tarumi2017-09-16 10:15:50 +0200
commit9f2d96b4f9e127374d8e1e4e50f03516d21c3fd1 (patch)
tree11fe04d1a16406c5c0364be04bda352d88bf4e35
parentf8e243ff4bfe470b8c4702995cdbdb9c3136744c (diff)
downloadaur-9f2d96b4f9e127374d8e1e4e50f03516d21c3fd1.tar.gz
oshu 1.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5f99e2b6f39..21973581de16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index cb46f68b5b1e..aaaa6f15f5e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"