summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2019-08-31 21:54:20 -0600
committerBrian Bidulock2019-08-31 21:54:20 -0600
commitee656e3700ad8d430dec25def311ff9edbec796d (patch)
tree4870260ac76e5d410508ee28b4443661cb75c7ad /PKGBUILD
parent445680c803a9d3a3a7fd7361a72496db5ca691bd (diff)
downloadaur-ee656e3700ad8d430dec25def311ff9edbec796d.tar.gz
uppkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04256d7870d8..3958a7bfde0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-applets-git
-pkgver=0.4.81.gffee51a
+pkgver=0.5.0.gafb179e
pkgrel=1
pkgdesc="X Desktop Environment System Tray Icons and Dock Apps"
groups=('xde-git')
@@ -11,7 +11,7 @@ license=('GPL')
provides=('xde-applets')
conflicts=('xde-applets')
depends=('libxss' 'libxxf86misc' 'libsm' 'libwnck+-git' 'libcanberra' 'libnotify' 'lm_sensors'
- 'libpackagekit-glib')
+ 'libpackagekit-glib' 'cpupower' 'upower')
makedepends=('dbus-glib' 'libunique' 'git')
optdepends=('xdg-launch-git: launch with recent update and launch notification')
source=("$pkgname::git+https://github.com/bbidulock/xde-applets.git")
@@ -19,7 +19,7 @@ md5sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --long --tags|sed -e 's,^[a-zA-Z_]*,,;s,-,.,g'
+ git describe --long|sed -e 's,^[a-zA-Z_]*,,;s,-,.,g'
}
build() {