summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-03-28 22:31:37 -0300
committerRafael Fontenelle2019-03-28 22:31:37 -0300
commit1b439a9d5d55eae8152a7f745b40a397e727efbb (patch)
treeb8f35d7b9da70aa8d385c9fb6a07dfd22a0988da
parentd5e7efd115a056b6082b0b059e4ab4de2f81d7aa (diff)
downloadaur-1b439a9d5d55eae8152a7f745b40a397e727efbb.tar.gz
Update to 12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bc0e7962820..9ff99942755f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ddnet
pkgdesc = DDraceNetwork, a cooperative racing mod of Teeworlds
- pkgver = 11.9
- pkgrel = 2
+ pkgver = 12.0
+ pkgrel = 1
url = https://ddnet.tw
arch = x86_64
license = custom:BSD
@@ -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-11.9.tar.xz
- sha256sums = 25a8982c7a5ad3bb5ceb9daab42f5f33ab48fd2d51b22073b838405715211bb3
+ source = https://ddnet.tw/downloads/DDNet-12.0.tar.xz
+ sha256sums = b8f7ff50a7b34a3003f2e16e9f62ba788381a87a54d377d5678bd0714940c1d4
pkgname = ddnet
diff --git a/PKGBUILD b/PKGBUILD
index 1a8612d5b0ac..c3ed4ae1ced0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=ddnet
-pkgver=11.9
-pkgrel=2
+pkgver=12.0
+pkgrel=1
pkgdesc="DDraceNetwork, a cooperative racing mod of Teeworlds"
arch=('x86_64')
url="https://ddnet.tw"
@@ -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=('25a8982c7a5ad3bb5ceb9daab42f5f33ab48fd2d51b22073b838405715211bb3')
+sha256sums=('b8f7ff50a7b34a3003f2e16e9f62ba788381a87a54d377d5678bd0714940c1d4')
prepare() {
[ -d build ] && rm -rf build