summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Gust2024-03-26 13:40:06 -0600
committerJeremy Gust2024-03-26 13:40:06 -0600
commit20a61ab6fa194ff2acd4f3b4d408700db78f370c (patch)
treeefa5d9ec3c35073ad8ff032391bffd86afb5faf7 /PKGBUILD
parent7ff2e6e25d669077a46491883ac5d805d02bfe26 (diff)
downloadaur-20a61ab6fa194ff2acd4f3b4d408700db78f370c.tar.gz
Updated to version 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80e750759533..8afb67ca30eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
pkgname=maestral-qt
-pkgver=1.9.1
+pkgver=1.9.2
pkgrel=1
pkgdesc='A Qt interface for the Maestral daemon'
arch=('any')
@@ -18,7 +18,7 @@ depends=("maestral>=$pkgver"
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=('gnome-shell-extension-appindicator: Gnome integration')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('4a37e34db60eef57142fe66cddc466d62e56bdc703dca1e5b9cb705ef044b758')
+sha256sums=('97a0f05864477f077395bcff4ee601402e319587b12cb1dcf98713f50c7d18f0')
build() {
cd "$pkgname-$pkgver"