summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi2017-11-11 14:41:24 +0100
committerFrédéric Mangano-Tarumi2017-11-11 14:41:24 +0100
commit63115197359cc6b76cb4c9c8ea4c34a9c117f53c (patch)
tree3018b5854bec8e08d1889324933cb6400d739a69
parentd704c9848fc1976a4533599051a35112ff53f6a9 (diff)
downloadaur-63115197359cc6b76cb4c9c8ea4c34a9c117f53c.tar.gz
oshu 1.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48a9add2ca95..997fa98f7c92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 19:06:51 UTC 2017
+# Sat Nov 11 13:41:22 UTC 2017
pkgbase = oshu
pkgdesc = Lightweight port of the osu! rhythm game
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/fmang/oshu/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = oshu
depends = sdl2
depends = sdl2_image
depends = ffmpeg
- source = https://www.mg0.fr/oshu/oshu-1.3.0.tar.gz
- sha1sums = b0bb4f58c47826f1fe88910b88c4bc23ed76d8e8
+ source = https://www.mg0.fr/oshu/oshu-1.4.0.tar.gz
+ sha256sums = b82137dc172afc7c9d1021a248fa314cc14445859fc1a77c5bc9beb497692249
pkgname = oshu
diff --git a/PKGBUILD b/PKGBUILD
index 0cf0530b40b7..3ba259eb4d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frédéric Mangano-Tarumi <fmang+aur mg0.fr>
pkgname='oshu'
-pkgver=1.3.0
+pkgver=1.4.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' 'sdl2_image' 'ffmpeg')
source=("https://www.mg0.fr/oshu/$pkgname-$pkgver.tar.gz")
-sha1sums=('b0bb4f58c47826f1fe88910b88c4bc23ed76d8e8')
+sha256sums=('b82137dc172afc7c9d1021a248fa314cc14445859fc1a77c5bc9beb497692249')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"