summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-10-06 02:54:09 -0600
committerBrian Bidulock2018-10-06 02:54:09 -0600
commitd616a2b2fddb6f7d2be4c128eba427a2084ae036 (patch)
tree0a5f012cf1455af9574174945b462585639b158e
parentf0982161254a28ec73a92acbdba180742af6b80d (diff)
downloadaur-d616a2b2fddb6f7d2be4c128eba427a2084ae036.tar.gz
uppkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51c1492cc08b..17fed7eecca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-ctools
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
@@ -13,9 +13,11 @@ pkgbase = xde-ctools
depends = libxxf86misc
depends = libsm
depends = libwnck+
+ depends = libcanberra
+ depends = libnotify
optdepends = xdg-launch: launch with recent update and launch notification
- source = https://github.com/bbidulock/xde-ctools/releases/download/1.7/xde-ctools-1.7.tar.xz
- md5sums = f023113debbbe9a5a81145e56d9b1e81
+ source = https://github.com/bbidulock/xde-ctools/releases/download/1.8/xde-ctools-1.8.tar.xz
+ md5sums = 9010352ad3ef8c9fd9b5a8f647ec7e1b
pkgname = xde-ctools
diff --git a/PKGBUILD b/PKGBUILD
index f3bece29aea5..9303f42ec9c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools
-pkgver=1.7
+pkgver=1.8
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' 'libxxf86misc' 'libsm' 'libwnck+')
+depends=('libxss' 'libxxf86misc' 'libsm' 'libwnck+' 'libcanberra' 'libnotify')
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=('f023113debbbe9a5a81145e56d9b1e81')
+md5sums=('9010352ad3ef8c9fd9b5a8f647ec7e1b')
build() {
cd $pkgname-$pkgver