summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillbelr2019-05-07 10:01:59 -0400
committerwillbelr2019-05-07 10:01:59 -0400
commit275a0c4ad222ccd3cdfeb63abf1f2fbdf800775c (patch)
tree7be2ad4d7f9e2bb749e9e9afbfa071097b7c82c2
parente9d5bcedc546d55e15ec554ff781f8fa9a084e6c (diff)
downloadaur-275a0c4ad222ccd3cdfeb63abf1f2fbdf800775c.tar.gz
git version increment
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96cdadc6bf7f..44c1f2706193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obsuite-git
pkgdesc = Collection of system indicators and utilities for custom desktop environments
- pkgver = r113.9c691fd
+ pkgver = r116.a77e269
pkgrel = 1
url = https://gitlab.com/william.belanger/obsuite
arch = any
@@ -12,8 +12,9 @@ pkgbase = obsuite-git
depends = qt5-multimedia
optdepends = alsa-utils: sound module
optdepends = pulseaudio-alsa: sound module
- optdepends = systemd: lid switch inhibit
optdepends = xorg-xbacklight: brightness module
+ optdepends = systemd: lid switch inhibit
+ optdepends = upower: ac state change bus signal
provides = obsuite
conflicts = obsuite
source = git+https://gitlab.com/william.belanger/obsuite.git
diff --git a/PKGBUILD b/PKGBUILD
index e94fa3587e38..fa41251bb4da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: William Belanger <echo d2lsbGlhbS5iZWxyQGdtYWlsLmNvbQ== | base64 -d>
pkgname=obsuite-git
-pkgver=r113.9c691fd
+pkgver=r116.a77e269
pkgrel=1
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -12,8 +12,9 @@ license=("GPL3")
depends=("python" "python-setuptools" "python-pyqt5" "qt5-svg" "qt5-multimedia")
optdepends=('alsa-utils: sound module'
'pulseaudio-alsa: sound module'
+ 'xorg-xbacklight: brightness module'
'systemd: lid switch inhibit'
- 'xorg-xbacklight: brightness module')
+ 'upower: ac state change bus signal')
source=("git+https://gitlab.com/william.belanger/${pkgname%-git}.git")
md5sums=("SKIP")