summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-03-31 04:48:29 -0300
committerRafael Fontenelle2019-03-31 04:48:29 -0300
commita89e0657a047c0f2f95831b5efddf14cbc131be2 (patch)
tree74ad34d6d8e2a7167042973b8e993c2d28e4e3ad
parent1b439a9d5d55eae8152a7f745b40a397e727efbb (diff)
downloadaur-a89e0657a047c0f2f95831b5efddf14cbc131be2.tar.gz
Update to 12.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff99942755f..00b7f570e05f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddnet
pkgdesc = DDraceNetwork, a cooperative racing mod of Teeworlds
- pkgver = 12.0
+ pkgver = 12.0.1
pkgrel = 1
url = https://ddnet.tw
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = ddnet
depends = libwebsockets
optdepends = ddnet-skins: more skins for your tee
optdepends = ddnet-maps-git: have all DDNet maps available offline
- source = https://ddnet.tw/downloads/DDNet-12.0.tar.xz
- sha256sums = b8f7ff50a7b34a3003f2e16e9f62ba788381a87a54d377d5678bd0714940c1d4
+ source = https://ddnet.tw/downloads/DDNet-12.0.1.tar.xz
+ sha256sums = 4c5937b6d32074194a8b23ea5bc81db78ebafd533cf9fe8003eadc611dfc534a
pkgname = ddnet
diff --git a/PKGBUILD b/PKGBUILD
index c3ed4ae1ced0..3e0269002b2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=ddnet
-pkgver=12.0
+pkgver=12.0.1
pkgrel=1
pkgdesc="DDraceNetwork, a cooperative racing mod of Teeworlds"
arch=('x86_64')
@@ -13,7 +13,7 @@ checkdepends=('gtest')
optdepends=('ddnet-skins: more skins for your tee'
'ddnet-maps-git: have all DDNet maps available offline')
source=("https://ddnet.tw/downloads/DDNet-$pkgver.tar.xz")
-sha256sums=('b8f7ff50a7b34a3003f2e16e9f62ba788381a87a54d377d5678bd0714940c1d4')
+sha256sums=('4c5937b6d32074194a8b23ea5bc81db78ebafd533cf9fe8003eadc611dfc534a')
prepare() {
[ -d build ] && rm -rf build