summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIru Cai2017-12-28 16:00:32 +0800
committerIru Cai2017-12-28 16:14:04 +0800
commitf5c08f988f15c9dbfd1bd4c1099b642ae9e0f7ad (patch)
tree70f6ec54ea2d06031e4ff9f3d7059005590cf356 /PKGBUILD
parent54f0896ed6722376fdc055e55be1bae4a6cda64e (diff)
downloadaur-xdanmaku.tar.gz
2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 532f237b9478..275b93ee655d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: vimacs <https://vimacs.lcpu.club>
pkgname=xdanmaku
-pkgver=1.0
+pkgver=2.1
pkgrel=1
pkgdesc='client for tuna/gdanmaku-server implemented in C for X11'
arch=('x86_64' 'armv7h' 'aarch64')
url='https://github.com/mytbk/xdanmaku'
license=('Apache')
-depends=('json-c' 'libxft' 'curl')
+depends=('json-c' 'libxft' 'libxinerama' 'curl')
source=("https://github.com/mytbk/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('30428056eb32e02bc54fcb4177b6c05e549a32e5153a2c683f6204e5d33ed5dc')
+sha256sums=('709c8b30ee3f69333910cadccfeaf0b50c09700176209d1ba1c6995d3f34265f')
build() {
cd "$srcdir/$pkgname-$pkgver"