summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-10-12 00:24:35 -0600
committerBrian Bidulock2017-10-12 00:24:35 -0600
commitef939994445c0dbccadef5fc66aaa118acb5db39 (patch)
tree88a3f4b1b43b181fc2d61b6726ae33482915fb6c
parentd6ef55e667e5500225683fa5426c5eb377d02b2a (diff)
downloadaur-ef939994445c0dbccadef5fc66aaa118acb5db39.tar.gz
uppkg
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a50d63b3cc5d..e0818e08cafe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
pkgbase = xde-ctools
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
arch = x86_64
groups = xde
license = GPL
+ makedepends = dbus-glib
+ makedepends = libunique
depends = libxss
- depends = libnotify
depends = libxxf86misc
depends = libsm
depends = libwnck+
- depends = gtk2
- source = https://github.com/bbidulock/xde-ctools/releases/download/1.4/xde-ctools-1.4.tar.xz
- md5sums = 85619f13c82e3288bb3add2d8c8a015c
+ optdepends = xdg-launch: launch with recent update and launch notification
+ source = https://github.com/bbidulock/xde-ctools/releases/download/1.5/xde-ctools-1.5.tar.xz
+ md5sums = a4a97f09d91bfe7cca8f011fa9f7e6d1
pkgname = xde-ctools
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