summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-01-13 18:38:10 -0700
committerMark Wagie2021-01-13 18:38:10 -0700
commit3d5ca57c313e70da5f7fcc99418ffca82c2bb89e (patch)
tree491e083e8c069565ec0e7f02a9b7f9e6308cd571
parent653f2300dd8d0142525489a4d24422d04644fd9c (diff)
downloadaur-3d5ca57c313e70da5f7fcc99418ffca82c2bb89e.tar.gz
libXext required for building
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de0b400a8223..1ef1e0e53fc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gammy-git
pkgdesc = Adaptive screen brightness/temperature tool.
- pkgver = 0.9.60.r0.g8a65ae6
+ pkgver = 0.9.62.r0.gc9fd421
pkgrel = 1
url = https://getgammy.com
arch = x86_64
license = GPL3
makedepends = git
makedepends = imagemagick
+ makedepends = libxext
depends = mesa
depends = qt5-base
optdepends = plog: library for debug logging
diff --git a/PKGBUILD b/PKGBUILD
index c0abc569ec5b..9c1cc39f31e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gammy-git
-pkgver=0.9.60.r0.g8a65ae6
+pkgver=0.9.62.r0.gc9fd421
pkgrel=1
pkgdesc="Adaptive screen brightness/temperature tool."
arch=('x86_64')
url="https://getgammy.com"
license=('GPL3')
depends=('mesa' 'qt5-base')
-makedepends=('git' 'imagemagick')
+makedepends=('git' 'imagemagick' 'libxext')
optdepends=('plog: library for debug logging'
'qt5ct: recommended on DE without Qt integration')
provides=("${pkgname%-git}")