summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaksim Verkhoturov2023-03-20 10:50:27 -0600
committerMaksim Verkhoturov2023-03-20 10:50:27 -0600
commit0b08395bc275432a3ffbdf7706bf43344a9793bb (patch)
treeda8e99a51175657f61e2a60c5da004359690d11a /PKGBUILD
parent0c9abf2f509943cfa09cb614780573676ab04d45 (diff)
downloadaur-0b08395bc275432a3ffbdf7706bf43344a9793bb.tar.gz
adds ddcutil dep, post_{install,upgrade} hooks for informational echo,
removes excessive variable usage
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e263533d355f..ef30fa93824b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: mi544 (sd32 at protonmail.com)
pkgname=gummy-git
-pkgver=0.4.r5.ga864778
+pkgver=0.5.r0.g356b162
pkgrel=1
pkgdesc="Screen brightness/temperature manager for Linux/X11"
arch=('x86_64')
-url="https://github.com/Fushko/${pkgname%-git}"
+url="https://github.com/Fushko/gummy"
license=('GPL3')
-depends=('libxcb' 'xcb-util-image' 'systemd-libs' 'sdbus-cpp')
+depends=('libxcb' 'xcb-util-image' 'systemd-libs' 'sdbus-cpp' 'ddcutil')
makedepends=('git' 'cmake')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=('gummy')
+conflicts=('gummy')
+install="gummy.install"
source=("git+$url")
md5sums=('SKIP')