summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Mirkin2022-05-29 13:10:56 -0300
committerDaniel Mirkin2022-05-29 13:10:56 -0300
commit0c74ace9d50587c859183602ec2b1a4e03a5cea4 (patch)
tree031e2da39cb2b531098e2dde27b79e3a5e677896 /PKGBUILD
parent32e39ce14e937112f3ae2b72098dfae59c0c8a4e (diff)
downloadaur-0c74ace9d50587c859183602ec2b1a4e03a5cea4.tar.gz
2202.05.01 version, new icons and improvements
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 103865a4553b..50e97dc6a4a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrew Bibb <ajbibb@outlook.com>
pkgname=cmst
-pkgver=2022.03.13
+pkgver=2022.05.01
pkgrel=1
pkgdesc="A QT based GUI front end for the connman connection manager"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('custom:MIT')
depends=('qt5-base' 'hicolor-icon-theme' 'connman')
makedepends=('qt5-tools')
source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('6960303f2a22a357bbe24d7c553e60559afdda08a40c07042b9236693a98abf5')
+sha256sums=('61c4ad7acad302814a677b0dd94092e336d47f55def2829c825e9128c9378dc4')
prepare() {
cd "$pkgname-$pkgver"
sed -i '/^conf.path =/c conf.path = /usr/share/dbus-1/system.d' apps/rootapp/rootapp.pro