summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyozuki2020-04-14 19:32:50 +0200
committerRyozuki2020-04-14 19:32:50 +0200
commitfcf1d41df0efcea5f051a966e4515b5b669b2e0f (patch)
tree3ca9bcbea47cc888bfbefe039c37095c14f31d8a
parentfdae2b9a199641f5deda513e632fab67b5866ee1 (diff)
downloadaur-fcf1d41df0efcea5f051a966e4515b5b669b2e0f.tar.gz
Add libnotify dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f50b2e6c599c..0ca72077900d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddnet-git
pkgdesc = A Teeworlds modification with a unique cooperative gameplay.
- pkgver = 13.0.1.r12.g0da0dddf1
+ pkgver = 13.0.2.r18.g602bd2731
pkgrel = 1
url = https://ddnet.tw
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = ddnet-git
depends = wavpack
depends = pnglite
depends = ffmpeg
+ depends = libnotify
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 9d9d6cab9a92..92508ef28b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Ryozuki <ryo@ryozuki.xyz>
pkgname=ddnet-git
-pkgver=13.0.1.r12.g0da0dddf1
+pkgver=13.0.2.r18.g602bd2731
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')
+depends=('sdl2' 'freetype2' 'opusfile' 'curl' 'glew' 'wavpack' 'pnglite' 'ffmpeg' 'libnotify')
makedepends=('git' 'cmake' 'ninja' 'python')
checkdepends=('gtest')
optdepends=('ddnet-skins: A collection with more than 700 custom tee skins.'