summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bibb2018-01-06 12:08:55 -0500
committerAndrew Bibb2018-01-06 12:08:55 -0500
commit70a99f766784348e97445eaa3c55f5968b7a9e8e (patch)
tree798b98173119d1e3419746df341fa3ef0b2dbd38
parent09db1f64bd540db053bc23cb1d2f32c7a025d0b3 (diff)
downloadaur-70a99f766784348e97445eaa3c55f5968b7a9e8e.tar.gz
January 2018 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13716457aba7..c89d1e90cc55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmst
pkgdesc = A QT based GUI front end for the connman connection manager with systemtray icon
- pkgver = 2017.09.19
+ pkgver = 2018.01.06
pkgrel = 1
url = https://github.com/andrew-bibb/cmst
arch = i686
@@ -10,8 +10,8 @@ pkgbase = cmst
depends = connman
depends = libxkbcommon-x11
depends = hicolor-icon-theme
- source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2017.09.19/cmst-2017.09.19.tar.xz
- md5sums = a1f1b2e5a2060573ce4f146b11843ea8
+ source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2018.01.06/cmst-2018.01.06.tar.xz
+ md5sums = f2f08754c1e189f6a1643786a4139de1
pkgname = cmst
diff --git a/PKGBUILD b/PKGBUILD
index 52a2b8eb3280..26d8de17ae13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Andrew Bibb <ajbibb@myfairpoint.net>
pkgname=cmst
-pkgver=2017.09.19
+pkgver=2018.01.06
pkgrel=1
pkgdesc="A QT based GUI front end for the connman connection manager with systemtray icon"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ 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.xz)
-md5sums=('a1f1b2e5a2060573ce4f146b11843ea8')
+md5sums=('f2f08754c1e189f6a1643786a4139de1')
build() {
cd "$srcdir/$pkgname-$pkgver"