summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Bibb2016-01-25 20:14:56 -0500
committerAndrew Bibb2016-01-25 20:14:56 -0500
commitfb683c7a00611ca93265b0036dffffa0c6062ca7 (patch)
tree5c87d61053671c05c881d6515993c89e22bfc247 /PKGBUILD
parent29213b250a57052044feac3e9a7d54477fc571ff (diff)
downloadaur-fb683c7a00611ca93265b0036dffffa0c6062ca7.tar.gz
Release 2016.01.26 - VPN support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"