summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Gust2024-03-26 13:40:06 -0600
committerJeremy Gust2024-03-26 13:40:06 -0600
commit20a61ab6fa194ff2acd4f3b4d408700db78f370c (patch)
treeefa5d9ec3c35073ad8ff032391bffd86afb5faf7
parent7ff2e6e25d669077a46491883ac5d805d02bfe26 (diff)
downloadaur-20a61ab6fa194ff2acd4f3b4d408700db78f370c.tar.gz
Updated to version 1.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e04fd7d4c8..b77bc7eafb5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maestral-qt
pkgdesc = A Qt interface for the Maestral daemon
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = https://github.com/SamSchott/maestral-qt
arch = any
@@ -9,7 +9,7 @@ pkgbase = maestral-qt
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
- depends = maestral>=1.9.1
+ depends = maestral>=1.9.2
depends = python
depends = python-click
depends = python-markdown2
@@ -17,7 +17,7 @@ pkgbase = maestral-qt
depends = python-pyqt6
depends = qt6-svg
optdepends = gnome-shell-extension-appindicator: Gnome integration
- source = maestral-qt-1.9.1.tar.gz::https://github.com/SamSchott/maestral-qt/archive/refs/tags/v1.9.1.tar.gz
- sha256sums = 4a37e34db60eef57142fe66cddc466d62e56bdc703dca1e5b9cb705ef044b758
+ source = maestral-qt-1.9.2.tar.gz::https://github.com/SamSchott/maestral-qt/archive/refs/tags/v1.9.2.tar.gz
+ sha256sums = 97a0f05864477f077395bcff4ee601402e319587b12cb1dcf98713f50c7d18f0
pkgname = maestral-qt
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"