summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-04-10 14:12:52 +0300
committerAdrian Perez de Castro2022-04-10 14:12:52 +0300
commitd8fc1989b967feb88c15199064213bca393a75de (patch)
treeea6f7435f58cdda856034c939c249979d4098026 /PKGBUILD
parent375b86291b31d9ffb414a3f74e4428d738a7249d (diff)
downloadaur-d8fc1989b967feb88c15199064213bca393a75de.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35a797d08ff1..363475a0546d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire-plugins-extra
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='Additional plugins for Wayfire'
url=https://wayfire.org
arch=(x86_64)
license=(custom:MIT)
conflicts=("${pkgname}-git")
depends=('wayfire>=0.7' cairo glibmm iio-sensor-proxy)
-makedepends=(meson ninja glm)
+makedepends=(meson ninja glm git)
source=("https://github.com/WayfireWM/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=(01dcb040ced5509cf8f8a1f46dba6f61b613209b76b82550906140266c4921eb)