summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Minnocci2024-05-04 15:06:46 +0200
committerFrancesco Minnocci2024-05-04 15:06:46 +0200
commit525079c15a868e350373f8104c376d58dff973ea (patch)
treea4308762eaba70803aa27d63fde8c9a8a72ce34d /PKGBUILD
parent700d134b9243c10bfc0e84f41c37b9b4afb3f710 (diff)
downloadaur-redshift-minimal.tar.gz
Add missing depends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8cf6d96140d..30b2308ef1fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,13 @@
pkgname=redshift-minimal
_name=redshift
pkgver=1.12
-pkgrel=4
+pkgrel=5
pkgdesc="Adjusts the color temperature of your screen according to your surroundings, with minimal dependencies."
arch=('i686' 'x86_64')
url='http://jonls.dk/redshift/'
license=('GPL3')
makedepends=('intltool' 'libxcb')
+depends=('glibc' 'libxcb')
conflicts=('redshift')
provides=('redshift')
source=("https://github.com/jonls/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.xz")