summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiří Prokop2019-01-01 13:55:19 +0100
committerJiří Prokop2019-01-01 13:55:19 +0100
commit3793c2b5c7f0778e619bb7a2e9c004f754005413 (patch)
tree08ce75ae11b7fd272a447a66878b0d5e16f2b3d5 /PKGBUILD
parent6abd02cce441d5435f7baff4ac56d5ee9a06490c (diff)
downloadaur-3793c2b5c7f0778e619bb7a2e9c004f754005413.tar.gz
Add git as makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6592c1628728..a405267d5c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=redshift-wlr-gamma-control-git
-pkgver=1.12.r44.ga2177ed
+pkgver=1.12.r45.g420d0d5
pkgrel=1
pkgdesc="Adjusts the color temperature of your screen according to your surroundings with Wayland wlr-gamma-control protocol support. (development version)"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('python-gobject: for redshift-gtk'
'python-xdg: for redshift-gtk'
'librsvg: for redshift-gtk'
'sway-git: supporting wayland environment with wlr-gamma-control protocol')
-makedepends=('intltool' 'python')
+makedepends=('git' 'intltool' 'python')
source=(redshift::"git+https://github.com/minus7/redshift.git#branch=wayland")
md5sums=('SKIP')