summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Bibb2017-03-18 14:57:13 -0400
committerAndrew Bibb2017-03-18 14:57:13 -0400
commiteaceef2ab58039f2ed34765fb1650618330e423e (patch)
treeb31faaeb81519171a6288d0894dd6ce96e4cf512 /PKGBUILD
parent6d02561d8ab182156aae2875a7f57d0fd5f463b5 (diff)
downloadaur-eaceef2ab58039f2ed34765fb1650618330e423e.tar.gz
March 2017 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b12593767cec..be1ef7becc4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Andrew Bibb <ajbibb@myfairpoint.net>
pkgname=cmst
-pkgver=2016.10.03
+pkgver=2017.03.18
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=('9faae379d9c3531ff69c78a910f84188')
+md5sums=('ac0c80e2488c73fc58fe546a802b129b')
build() {
cd "$srcdir/$pkgname"