summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Bibb2016-10-03 19:58:27 -0400
committerAndrew Bibb2016-10-03 19:58:27 -0400
commit6d02561d8ab182156aae2875a7f57d0fd5f463b5 (patch)
tree24f9dd60a9204fac728b5c4e981a9fbebc0571d5 /PKGBUILD
parent5dec3d2b0220324af0db64ef3f49d8f0921a66b7 (diff)
downloadaur-6d02561d8ab182156aae2875a7f57d0fd5f463b5.tar.gz
October release with text typos fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82edfb9b5838..b12593767cec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Andrew Bibb <ajbibb@myfairpoint.net>
pkgname=cmst
-pkgver=2016.10.02
+pkgver=2016.10.03
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=('ac4474175431dafaf7b68082188100fd')
+md5sums=('9faae379d9c3531ff69c78a910f84188')
build() {
cd "$srcdir/$pkgname"