summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-01-06 10:11:42 -0700
committerBrian Bidulock2018-01-06 10:11:42 -0700
commitf0982161254a28ec73a92acbdba180742af6b80d (patch)
tree2bf5a5a599ff31d6a776e79cd84042d5af886d6c
parente4a92628f5b98ed60e555aca3a4e302e08dd7d00 (diff)
downloadaur-f0982161254a28ec73a92acbdba180742af6b80d.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b498434a8b2d..51c1492cc08b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-ctools
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
@@ -14,8 +14,8 @@ pkgbase = xde-ctools
depends = libsm
depends = libwnck+
optdepends = xdg-launch: launch with recent update and launch notification
- source = https://github.com/bbidulock/xde-ctools/releases/download/1.6/xde-ctools-1.6.tar.xz
- md5sums = abff13d2a7dd30bd4df172e960e81c2e
+ source = https://github.com/bbidulock/xde-ctools/releases/download/1.7/xde-ctools-1.7.tar.xz
+ md5sums = f023113debbbe9a5a81145e56d9b1e81
pkgname = xde-ctools
diff --git a/PKGBUILD b/PKGBUILD
index 164f66bffd2a..f3bece29aea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="X Desktop Environment C-language tools"
groups=('xde')
@@ -12,7 +12,7 @@ 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=('abff13d2a7dd30bd4df172e960e81c2e')
+md5sums=('f023113debbbe9a5a81145e56d9b1e81')
build() {
cd $pkgname-$pkgver