summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2022-08-15 10:23:13 -0300
committerRafael Fontenelle2022-08-15 10:23:21 -0300
commitf9a23cffb7646032cd68b8ef089756dd124da90c (patch)
tree58281ea633fedbb148fbf6a756136d7ea0b58118
parent79e8b9b089c07201a0688d623a079fd74aa2598d (diff)
downloadaur-f9a23cffb7646032cd68b8ef089756dd124da90c.tar.gz
Update to 16.3-rc1
Remove pnglite in favor of libpng, remove deleted ddnet-skins
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba679ad3634b..025969298280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddnet-git
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
- pkgver = 16.0.2.r16.g34993f020
+ pkgver = 16.2.2.r108.gb0a44546d
pkgrel = 1
url = https://ddnet.tw
arch = x86_64
@@ -19,14 +19,12 @@ pkgbase = ddnet-git
depends = curl
depends = glew
depends = wavpack
- depends = pnglite
depends = ffmpeg
depends = libnotify
depends = miniupnpc
depends = sqlite
depends = mariadb-libs
depends = vulkan-icd-loader
- optdepends = ddnet-skins: A collection with more than 500 custom tee skins.
optdepends = ddnet-maps-git: All the maps used on the official DDNet Servers.
provides = ddnet
conflicts = ddnet
diff --git a/PKGBUILD b/PKGBUILD
index 3cf72c186f7a..6131d80cdc6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
# Maintainer: Edgar Luque <git@edgarluque.com>
pkgname=ddnet-git
-pkgver=16.0.2.r16.g34993f020
+pkgver=16.2.2.r108.gb0a44546d
pkgrel=1
pkgdesc="A Teeworlds modification with a unique cooperative gameplay."
arch=('x86_64')
url="https://ddnet.tw"
license=('custom:BSD' 'CCPL:by-nc-sa')
-depends=('freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite' 'mariadb-libs' 'vulkan-icd-loader')
+depends=('freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite' 'mariadb-libs' 'vulkan-icd-loader')
makedepends=('git' 'cmake' 'ninja' 'python' 'vulkan-headers' 'glslang' 'spirv-tools')
checkdepends=('gmock')
-optdepends=('ddnet-skins: A collection with more than 500 custom tee skins.'
- 'ddnet-maps-git: All the maps used on the official DDNet Servers.')
+optdepends=('ddnet-maps-git: All the maps used on the official DDNet Servers.')
provides=('ddnet')
conflicts=('ddnet')
backup=('usr/share/ddnet/data/autoexec_server.cfg')