summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2019-12-23 03:26:23 -0700
committerBrian Bidulock2019-12-23 03:26:23 -0700
commitb987cba197a0bc7f9819569361575b869d6179a6 (patch)
tree1bcde479117acbcf4937135b2cf574a5fd62516a
parente907a2da7c5ddd5c9c0dc26c59f597b42d52242f (diff)
downloadaur-b987cba197a0bc7f9819569361575b869d6179a6.tar.gz
uppkg
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c0a4013c4c7..f0ccb9b82a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-ctools
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.9
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
@@ -10,14 +10,13 @@ pkgbase = xde-ctools
makedepends = dbus-glib
makedepends = libunique
depends = libxss
- 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.9/xde-ctools-1.9.tar.lz
- sha256sums = d1f8befbb63e9db5d2abc2e8094656ccf56b44e74ebb133deec50a885fbb8724
+ source = https://github.com/bbidulock/xde-ctools/releases/download/1.11/xde-ctools-1.11.tar.lz
+ sha256sums = 43130ac08a69083fe74e9efd8b6d40b94463296af1d637c94fb18da697c1f8da
pkgname = xde-ctools
diff --git a/PKGBUILD b/PKGBUILD
index ff64ce8f5e8f..4d229e1e7f8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools
-pkgver=1.9
+pkgver=1.11
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+' 'libcanberra' 'libnotify')
+depends=('libxss' '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.lz")
-sha256sums=('d1f8befbb63e9db5d2abc2e8094656ccf56b44e74ebb133deec50a885fbb8724')
+sha256sums=('43130ac08a69083fe74e9efd8b6d40b94463296af1d637c94fb18da697c1f8da')
build() {
cd $pkgname-$pkgver