summarylogtreecommitdiffstats
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
parentdfcbe0d61c2f6ccd361d48f5b7a17110395e4560 (diff)
downloadaur-arcan-waybridge-git.tar.gz
Add missing git makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0c2b26b4579..46d569b76953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arcan-waybridge-git
pkgdesc = Wayland bridge/frameserver for Arcan
- pkgver = 0.5.1.r408.gc849baf2
+ pkgver = 0.5.4.6.r10.gdb2f991e
pkgrel = 1
url = https://arcan-fe.com/
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = arcan-waybridge-git
license = custom:BSD
makedepends = cmake
makedepends = wayland-protocols
+ makedepends = git
depends = wayland
depends = arcan
provides = arcan-waybridge
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/'