summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2018-04-26 03:14:55 +0100
committerAdrian Perez de Castro2018-04-26 03:14:55 +0100
commitf7e690f079bff38430e1a2bd01a4c8a8108b94a2 (patch)
treecf5db4b6bbcd55fe2aff2d64e795810ad6373697 /PKGBUILD
parentdfcbe0d61c2f6ccd361d48f5b7a17110395e4560 (diff)
downloadaur-arcan-waybridge-git.tar.gz
Add missing git makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 406834db3921..31ad294b04b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Adrián Pérez de Castro <aperez@igalia.com>
pkgdesc='Wayland bridge/frameserver for Arcan'
pkgname='arcan-waybridge-git'
-pkgver=0.5.1.r408.gc849baf2
+pkgver=0.5.4.6.r10.gdb2f991e
pkgrel=1
license=('GPL2' 'LGPL' 'custom:BSD')
arch=('x86_64')
depends=('wayland' 'arcan')
-makedepends=('cmake' 'wayland-protocols')
+makedepends=('cmake' 'wayland-protocols' 'git')
provides=('arcan-waybridge')
conflicts=('arcan-waybridge')
url='https://arcan-fe.com/'