summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2020-08-27 02:28:52 -0700
committerChristopher Snowhill2020-08-27 02:28:52 -0700
commitf0932e5b09115a4418001a1277fdd295684bf7c0 (patch)
treeec5d3b3f97d205d51b1d3845c7b6a15e170d0af4
parent8f09ca9f61a3978e5e4ad637b243013ad7eb8b7c (diff)
downloadaur-f0932e5b09115a4418001a1277fdd295684bf7c0.tar.gz
Add git as makedepend, as this is a git package. Not sure what to do about that, considering this utility hasn't achieved a stable release yet.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 978a1a5aba50..6fa6e479bcb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = wlr-randr
pkgdesc = Utility to manage outputs of a Wayland compositor. You need a support wlr-output-management-unstable-v1 in the compositor.
- pkgver = r13.c4066aa
+ pkgver = r16.988a802
pkgrel = 1
url = https://github.com/emersion/wlr-randr
arch = x86_64
license = MIT
+ makedepends = git
makedepends = meson
makedepends = ninja
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index b562237d7b94..19f1c832177b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# -*- mode: pkgbuild; -*-
# Maintainer: Denis Zheleztsov <difrex.punk@gmail.com>
pkgname=wlr-randr
-pkgver=r13.c4066aa
+pkgver=r16.988a802
pkgrel=1
pkgdesc="Utility to manage outputs of a Wayland compositor. You need a support wlr-output-management-unstable-v1 in the compositor."
arch=('x86_64')
url="https://github.com/emersion/wlr-randr"
license=('MIT')
depends=("wayland")
-makedepends=("meson" "ninja" "gcc")
+makedepends=("git" "meson" "ninja" "gcc")
checkdepends=()
optdepends=()
provides=("wlr-randr")