summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2021-05-18 10:23:45 -0600
committerBrian Bidulock2021-05-18 10:23:45 -0600
commit807510f7b1f8d96775caa905fb67fc4c31389cad (patch)
tree54925063141d8890e21a9a86302e7da19d333b69
parent50915f79f155b65d05e02561db761abdbe51836d (diff)
downloadaur-807510f7b1f8d96775caa905fb67fc4c31389cad.tar.gz
uppkg
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db07d3265fa7..3e81b7b3b47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-ctools
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.13
+ pkgver = 1.14
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
@@ -14,9 +14,10 @@ pkgbase = xde-ctools
depends = libwnck+
depends = libcanberra
depends = libnotify
+ depends = gdk-pixbuf-xlib
optdepends = xdg-launch: launch with recent update and launch notification
- source = https://github.com/bbidulock/xde-ctools/releases/download/1.13/xde-ctools-1.13.tar.lz
- sha256sums = 160c2a122e764ecca2de9db3e32a20b5a5bba69a425a1bd6174e537e2ce6ddaf
+ source = https://github.com/bbidulock/xde-ctools/releases/download/1.14/xde-ctools-1.14.tar.lz
+ sha256sums = 80d4378a7d5724127323d7795b74cde5634c22cacbc04807bda4c2f28f308117
pkgname = xde-ctools
diff --git a/PKGBUILD b/PKGBUILD
index 0662908eb804..15e289797aef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools
-pkgver=1.13
+pkgver=1.14
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' 'libsm' 'libwnck+' 'libcanberra' 'libnotify')
+depends=('libxss' 'libsm' 'libwnck+' 'libcanberra' 'libnotify' 'gdk-pixbuf-xlib')
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=('160c2a122e764ecca2de9db3e32a20b5a5bba69a425a1bd6174e537e2ce6ddaf')
+sha256sums=('80d4378a7d5724127323d7795b74cde5634c22cacbc04807bda4c2f28f308117')
build() {
cd $pkgname-$pkgver