summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c35867ae16d3..255876dc16c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.28
+ pkgver = 2016.04.03
pkgrel = 1
url = https://github.com/andrew-bibb/cmst
arch = i686
@@ -12,8 +10,8 @@ pkgbase = cmst
depends = connman
depends = libxkbcommon-x11
depends = hicolor-icon-theme
- source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2016.01.28/cmst-2016.01.28.tar.gz
- md5sums = 626b9ca23f1ea908932d3938c190c150
+ source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2016.04.03/cmst-2016.04.03.tar.gz
+ md5sums = 62aceed905b0d837ece686696d247d17
pkgname = cmst
diff --git a/PKGBUILD b/PKGBUILD
index 52a3a5e56825..cb6553328efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Andrew Bibb <ajbibb@myfairpoint.net>
pkgname=cmst
-pkgver=2016.01.28
+pkgver=2016.04.03
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=('626b9ca23f1ea908932d3938c190c150')
+md5sums=('62aceed905b0d837ece686696d247d17')
build() {
cd "$srcdir/$pkgname"