summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBatuhan Başerdem2021-05-21 15:13:26 -0400
committerBatuhan Başerdem2021-05-21 15:13:26 -0400
commit43cb5d491e956e213fe1885cf996992802d3e7e5 (patch)
tree1712732187f389d6275c7ab0fde68f42332196ab /PKGBUILD
parent85d5159ffb4ec3af0b5a8ae36f8e9ab47a641bfd (diff)
downloadaur-43cb5d491e956e213fe1885cf996992802d3e7e5.tar.gz
Real version bump to dev version; as the latest release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aad9213d2a5a..aa6cbf27bc41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# python-bugsnag (vcs, maintained by me)
# python-markdown2
pkgname=maestral-qt
-pkgver=1.4.3
+pkgver=1.4.4.dev2
pkgrel=2
pkgdesc='A Qt interface for the Maestral daemon'
arch=('any')
@@ -20,7 +20,7 @@ depends=(
'python-packaging'
'python-pyqt5>=5.9')
optdepends=('gnome-shell-extension-appindicator: Gnome integration')
-md5sums=('439536f3a3117c05a627eaa17c1b748e')
+md5sums=('e418180ed8e8333722e135c26cb37bc4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"