summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bdcaf4e62ee..04d4a549fb81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 18 11:31:22 UTC 2015
+# Sun Mar 27 13:58:21 UTC 2016
pkgbase = xde-ctools
pkgdesc = X Desktop Environment C-language tools
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/bbidulock/xde-ctools
arch = i686
@@ -11,8 +11,8 @@ pkgbase = xde-ctools
depends = libsm
depends = libwnck+
depends = gtk2
- source = https://github.com/bbidulock/xde-ctools/releases/download/1.0/xde-ctools-1.0.tar.xz
- md5sums = 94a34c72f9b5df8b5c54a07add5fcc24
+ source = https://github.com/bbidulock/xde-ctools/releases/download/1.1/xde-ctools-1.1.tar.xz
+ md5sums = 453a99929fd5dba07f8d7adfc19e3d9f
pkgname = xde-ctools
diff --git a/PKGBUILD b/PKGBUILD
index 430c0ffb09f4..fe4f59b84885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-ctools
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="X Desktop Environment C-language tools"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/bbidulock/xde-ctools"
license=('GPL')
depends=('libsm' 'libwnck+' 'gtk2')
source=("https://github.com/bbidulock/xde-ctools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('94a34c72f9b5df8b5c54a07add5fcc24')
+md5sums=('453a99929fd5dba07f8d7adfc19e3d9f')
build() {
cd $pkgname-$pkgver
@@ -21,5 +21,3 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-
-