summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c23eb64cd48f..fbf8ae50abb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="X Desktop Environment C-language tools"
groups=('xde')
arch=('i686' 'x86_64')
url="https://github.com/bbidulock/xde-ctools"
license=('GPL')
-depends=('libxss' 'libnotify' 'libxxf86misc' 'libsm' 'libwnck+' 'gtk2')
+depends=('libxss' 'libxxf86misc' 'libsm' 'libwnck+')
+makedepends=('dbus-glib' 'libunique')
+optdepends=('xdg-launch: launch with recent update and launch notification')
source=("https://github.com/bbidulock/xde-ctools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('85619f13c82e3288bb3add2d8c8a015c')
+md5sums=('a4a97f09d91bfe7cca8f011fa9f7e6d1')
build() {
cd $pkgname-$pkgver