summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2019-09-01 00:53:46 -0600
committerBrian Bidulock2019-09-01 00:53:46 -0600
commite907a2da7c5ddd5c9c0dc26c59f597b42d52242f (patch)
tree1453bdb8626080dff6a69adf4b478e2b4d2cb239
parentd616a2b2fddb6f7d2be4c128eba427a2084ae036 (diff)
downloadaur-e907a2da7c5ddd5c9c0dc26c59f597b42d52242f.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17fed7eecca9..8c0a4013c4c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-ctools
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
@@ -16,8 +16,8 @@ pkgbase = xde-ctools
depends = libcanberra
depends = libnotify
optdepends = xdg-launch: launch with recent update and launch notification
- source = https://github.com/bbidulock/xde-ctools/releases/download/1.8/xde-ctools-1.8.tar.xz
- md5sums = 9010352ad3ef8c9fd9b5a8f647ec7e1b
+ source = https://github.com/bbidulock/xde-ctools/releases/download/1.9/xde-ctools-1.9.tar.lz
+ sha256sums = d1f8befbb63e9db5d2abc2e8094656ccf56b44e74ebb133deec50a885fbb8724
pkgname = xde-ctools
diff --git a/PKGBUILD b/PKGBUILD
index 9303f42ec9c0..ff64ce8f5e8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools
-pkgver=1.8
+pkgver=1.9
pkgrel=1
pkgdesc="X Desktop Environment C-language tools"
groups=('xde')
@@ -11,13 +11,13 @@ license=('GPL')
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=('9010352ad3ef8c9fd9b5a8f647ec7e1b')
+source=("https://github.com/bbidulock/xde-ctools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.lz")
+sha256sums=('d1f8befbb63e9db5d2abc2e8094656ccf56b44e74ebb133deec50a885fbb8724')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
- make V=0
+ ./configure --sysconfdir=/etc
+ make
}
package() {