summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce6806d1c86a..b710f451c5f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Jan 26 01:11:13 UTC 2016
pkgbase = cmst
pkgdesc = A QT based GUI front end for the connman connection manager with systemtray icon
- pkgver = 2015.12.03
- pkgrel = 2
+ pkgver = 2016.01.26
+ pkgrel = 1
url = https://github.com/andrew-bibb/cmst
arch = i686
arch = x86_64
@@ -10,8 +12,8 @@ pkgbase = cmst
depends = connman
depends = libxkbcommon-x11
depends = hicolor-icon-theme
- source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2015.12.03/cmst-2015.12.03.tar.gz
- md5sums = 2725da48be8370c0b5fe41cf887a4197
+ source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2016.01.26/cmst-2016.01.26.tar.gz
+ md5sums = 1ea2ecd7e8a328cab8b0381bd763114e
pkgname = cmst
diff --git a/PKGBUILD b/PKGBUILD
index 2964d4ac24d7..417036cc4cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
#Maintainer: Andrew Bibb <ajbibb@myfairpoint.net>
pkgname=cmst
-pkgver=2015.12.03
-pkgrel=2
+pkgver=2016.01.26
+pkgrel=1
pkgdesc="A QT based GUI front end for the connman connection manager with systemtray icon"
arch=('i686' 'x86_64')
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=('2725da48be8370c0b5fe41cf887a4197')
+md5sums=('1ea2ecd7e8a328cab8b0381bd763114e')
build() {
cd "$srcdir/$pkgname"