summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b710f451c5f7..c35867ae16d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 26 01:11:13 UTC 2016
+# Fri Jan 29 00:09:55 UTC 2016
pkgbase = cmst
pkgdesc = A QT based GUI front end for the connman connection manager with systemtray icon
- pkgver = 2016.01.26
+ pkgver = 2016.01.28
pkgrel = 1
url = https://github.com/andrew-bibb/cmst
arch = i686
@@ -12,8 +12,8 @@ pkgbase = cmst
depends = connman
depends = libxkbcommon-x11
depends = hicolor-icon-theme
- source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2016.01.26/cmst-2016.01.26.tar.gz
- md5sums = 1ea2ecd7e8a328cab8b0381bd763114e
+ source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2016.01.28/cmst-2016.01.28.tar.gz
+ md5sums = 626b9ca23f1ea908932d3938c190c150
pkgname = cmst
diff --git a/PKGBUILD b/PKGBUILD
index 417036cc4cca..52a3a5e56825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Andrew Bibb <ajbibb@myfairpoint.net>
pkgname=cmst
-pkgver=2016.01.26
+pkgver=2016.01.28
pkgrel=1
pkgdesc="A QT based GUI front end for the connman connection manager with systemtray icon"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/andrew-bibb/cmst"
license=('MIT (Expat)')
depends=('qt5-base' 'connman' 'libxkbcommon-x11' 'hicolor-icon-theme')
source=(https://github.com/andrew-bibb/cmst/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1ea2ecd7e8a328cab8b0381bd763114e')
+md5sums=('626b9ca23f1ea908932d3938c190c150')
build() {
cd "$srcdir/$pkgname"