summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bibb2015-12-02 19:15:55 -0500
committerAndrew Bibb2015-12-02 19:15:55 -0500
commit29213b250a57052044feac3e9a7d54477fc571ff (patch)
treeb581dc475a8cec19db542a496d81176c8a8861a4
parent73c69973d6aa87f5b4affff2ec04eaaa890e53b3 (diff)
downloadaur-29213b250a57052044feac3e9a7d54477fc571ff.tar.gz
2015.12.03 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3bbdb920258..ce6806d1c86a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = cmst
pkgdesc = A QT based GUI front end for the connman connection manager with systemtray icon
- pkgver = 2015.10.03
+ pkgver = 2015.12.03
pkgrel = 2
url = https://github.com/andrew-bibb/cmst
arch = i686
arch = x86_64
- license = MIT
+ license = MIT (Expat)
depends = qt5-base
depends = connman
depends = libxkbcommon-x11
depends = hicolor-icon-theme
- source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2015.10.03/cmst-2015.10.03.tar.gz
- md5sums = 7dca5c2fd59db2f025a3fa11c4fa1a7a
+ source = https://github.com/andrew-bibb/cmst/releases/download/cmst-2015.12.03/cmst-2015.12.03.tar.gz
+ md5sums = 2725da48be8370c0b5fe41cf887a4197
pkgname = cmst
diff --git a/PKGBUILD b/PKGBUILD
index ff35ecd6ecb0..2964d4ac24d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
#Maintainer: Andrew Bibb <ajbibb@myfairpoint.net>
pkgname=cmst
-pkgver=2015.10.03
+pkgver=2015.12.03
pkgrel=2
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')
+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=('7dca5c2fd59db2f025a3fa11c4fa1a7a')
+md5sums=('2725da48be8370c0b5fe41cf887a4197')
build() {
cd "$srcdir/$pkgname"