summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi2017-10-15 09:07:49 +0200
committerFrédéric Mangano-Tarumi2017-10-15 09:07:49 +0200
commite4b3a76bf6f9e079a17d3a42c642c6827fba9fae (patch)
tree45ee9f6a70a99d0d28162b0d5d9ea4635f0adc72
parent9f2d96b4f9e127374d8e1e4e50f03516d21c3fd1 (diff)
downloadaur-e4b3a76bf6f9e079a17d3a42c642c6827fba9fae.tar.gz
oshu 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21973581de16..6d6d680aaccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Sep 16 08:15:48 UTC 2017
+# Sun Oct 15 07:07:47 UTC 2017
pkgbase = oshu
pkgdesc = Lightweight port of the osu! rhythm game
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/fmang/oshu/
arch = i686
arch = x86_64
license = GPL3
depends = sdl2 sdl2_image ffmpeg
- source = https://github.com/fmang/oshu/releases/download/1.2.0/oshu-1.2.0.tar.gz
- sha1sums = 2c92174c13529d8fc4fc49f31116bd4458462543
+ source = https://www.mg0.fr/oshu/oshu-1.3.0.tar.gz
+ sha1sums = b0bb4f58c47826f1fe88910b88c4bc23ed76d8e8
pkgname = oshu
diff --git a/PKGBUILD b/PKGBUILD
index aaaa6f15f5e6..dede4def3ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Frédéric Mangano-Tarumi <fmang+aur mg0.fr2
+# Maintainer: Frédéric Mangano-Tarumi <fmang+aur mg0.fr>
pkgname='oshu'
-pkgver=1.2.0
+pkgver=1.3.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 sdl2_image ffmpeg')
-source=("https://github.com/fmang/oshu/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('2c92174c13529d8fc4fc49f31116bd4458462543')
+source=("https://www.mg0.fr/oshu/$pkgname-$pkgver.tar.gz")
+sha1sums=('b0bb4f58c47826f1fe88910b88c4bc23ed76d8e8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"