summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdgar2020-08-12 09:05:23 +0200
committerEdgar2020-08-12 09:05:23 +0200
commiteff647ef66b3461d651d036af17c73c89f03985c (patch)
tree610533b5e575446fe8922255742c161fc5196a2b
parent3d503c2a3832f8b497dabb8cdaf4a336a58dcec5 (diff)
downloadaur-eff647ef66b3461d651d036af17c73c89f03985c.tar.gz
Depend on sqlite
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aee28a574a4..6c8792e5f992 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddnet-git
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
- pkgver = 14.0.2.r3.g3ada0111b
+ pkgver = 14.3.2.r0.g048bb992b
pkgrel = 1
url = https://ddnet.tw
arch = x86_64
@@ -21,6 +21,7 @@ pkgbase = ddnet-git
depends = ffmpeg
depends = libnotify
depends = miniupnpc
+ depends = sqlite
optdepends = ddnet-skins: A collection with more than 700 custom tee skins.
optdepends = ddnet-maps-git: All the maps used on the official DDNet Servers.
provides = ddnet
diff --git a/PKGBUILD b/PKGBUILD
index 229b589e0f92..8973bb471692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Ryozuki <ryo@ryozuki.xyz>
pkgname=ddnet-git
-pkgver=14.0.2.r3.g3ada0111b
+pkgver=14.3.2.r0.g048bb992b
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=('sdl2' 'freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite' 'ffmpeg' 'libnotify' 'miniupnpc')
+depends=('sdl2' 'freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite' 'ffmpeg' 'libnotify' 'miniupnpc' 'sqlite')
makedepends=('git' 'cmake' 'ninja' 'python')
checkdepends=('gtest')
optdepends=('ddnet-skins: A collection with more than 700 custom tee skins.'