summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi2017-09-02 09:48:16 +0200
committerFrédéric Mangano-Tarumi2017-09-02 09:48:16 +0200
commitf8e243ff4bfe470b8c4702995cdbdb9c3136744c (patch)
tree59d3ab02b087249079659872d8620c2bd6a3afa0
parentda9d6b829a49e0f82cc4b469f83f95a5c458d312 (diff)
downloadaur-f8e243ff4bfe470b8c4702995cdbdb9c3136744c.tar.gz
oshu 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f792b50efe..e5f99e2b6f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Aug 8 19:02:46 UTC 2017
+# Sat Sep 2 07:48:09 UTC 2017
pkgbase = oshu
pkgdesc = Lightweight port of the osu! rhythm game
- pkgver = 1.0.0
+ pkgver = 1.1.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.0.0/oshu-1.0.0.tar.gz
- sha1sums = 1068eca154a9924a4944d3ef883a11ae0b2892a5
+ source = https://github.com/fmang/oshu/releases/download/1.1.0/oshu-1.1.0.tar.gz
+ sha1sums = 85b2bc86d35d12d23814a241fc95dca9dcb04863
pkgname = oshu
diff --git a/PKGBUILD b/PKGBUILD
index 4071bf608bdc..cb46f68b5b1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frédéric Mangano-Tarumi <fmang+aur mg0.fr>
pkgname='oshu'
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='Lightweight port of the osu! rhythm game'
url='https://github.com/fmang/oshu/'
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
depends=('sdl2 ffmpeg')
source=("https://github.com/fmang/oshu/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('1068eca154a9924a4944d3ef883a11ae0b2892a5')
+sha1sums=('85b2bc86d35d12d23814a241fc95dca9dcb04863')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"