summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 150f3cc77ec8..91d66d8b0662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-ctools-git
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.7.38.g5f44a35
+ pkgver = 1.8.0.g6d35d95
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
@@ -14,6 +14,8 @@ pkgbase = xde-ctools-git
depends = libxxf86misc
depends = libsm
depends = libwnck+-git
+ depends = libcanberra
+ depends = libnotify
optdepends = xdg-launch-git: launch with recent update and launch notification
provides = xde-ctools
conflicts = xde-ctools
diff --git a/PKGBUILD b/PKGBUILD
index e534eca87a83..4656c3ba656f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools-git
-pkgver=1.7.38.g5f44a35
+pkgver=1.8.0.g6d35d95
pkgrel=1
pkgdesc="X Desktop Environment C-language tools"
groups=('xde-git')
@@ -10,7 +10,7 @@ url="https://github.com/bbidulock/xde-ctools"
license=('GPL')
provides=('xde-ctools')
conflicts=('xde-ctools')
-depends=('libxss' 'libxxf86misc' 'libsm' 'libwnck+-git')
+depends=('libxss' 'libxxf86misc' 'libsm' 'libwnck+-git' 'libcanberra' 'libnotify')
makedepends=('dbus-glib' 'libunique' 'git')
optdepends=('xdg-launch-git: launch with recent update and launch notification')
source=("$pkgname::git+https://github.com/bbidulock/xde-ctools.git")