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 0f700b0c471f..c3bbdb920258 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Sun Mar 1 18:33:22 UTC 2015
pkgbase = cmst
pkgdesc = A QT based GUI front end for the connman connection manager with systemtray icon
- pkgver = 2015.03.01
+ pkgver = 2015.10.03
pkgrel = 2
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-2015.03.01/cmst-2015.03.01.tar.gz
- md5sums = 44a410debeb6038a57d7c5b816b27ee8
+ source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2015.10.03/cmst-2015.10.03.tar.gz
+ md5sums = 7dca5c2fd59db2f025a3fa11c4fa1a7a
pkgname = cmst
diff --git a/PKGBUILD b/PKGBUILD
index 1fbbaff3b050..ff35ecd6ecb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Andrew Bibb <ajbibb@myfairpoint.net>
pkgname=cmst
-pkgver=2015.03.01
+pkgver=2015.10.03
pkgrel=2
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')
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=('44a410debeb6038a57d7c5b816b27ee8')
+md5sums=('7dca5c2fd59db2f025a3fa11c4fa1a7a')
build() {
cd "$srcdir/$pkgname"