summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Prokop2019-01-01 13:55:19 +0100
committerJiří Prokop2019-01-01 13:55:19 +0100
commit3793c2b5c7f0778e619bb7a2e9c004f754005413 (patch)
tree08ce75ae11b7fd272a447a66878b0d5e16f2b3d5
parent6abd02cce441d5435f7baff4ac56d5ee9a06490c (diff)
downloadaur-3793c2b5c7f0778e619bb7a2e9c004f754005413.tar.gz
Add git as makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd3cf984a1ce..29d60ed9569d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = redshift-wlr-gamma-control-git
pkgdesc = Adjusts the color temperature of your screen according to your surroundings with Wayland wlr-gamma-control protocol support. (development version)
- pkgver = 1.12.r44.ga2177ed
+ pkgver = 1.12.r45.g420d0d5
pkgrel = 1
url = https://github.com/minus7/redshift/tree/wayland
arch = i686
arch = x86_64
license = GPL3
+ makedepends = git
makedepends = intltool
makedepends = python
depends = geoclue2
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')