summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBatuhan Başerdem2021-02-11 00:36:23 -0500
committerBatuhan Başerdem2021-02-11 00:36:23 -0500
commit5abdb2a299e25fcc094722660dddd8de627877bb (patch)
treea920fe9fee2627840ab69d9b4fb87427ac931763
parent7156435dc298e08e1e54deaf1c3ec2dde105fea1 (diff)
downloadaur-5abdb2a299e25fcc094722660dddd8de627877bb.tar.gz
Version bump; switched branches
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD20
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a499e965fb3f..4689d3662751 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maestral-qt-git
pkgdesc = A Qt interface for the Maestral daemon
- pkgver = 1.1.0.r0.gbc6f037
+ pkgver = 1.3.2.dev0.r0.gddb1dd5
pkgrel = 1
url = https://github.com/SamSchott/maestral-qt
arch = any
@@ -8,9 +8,9 @@ pkgbase = maestral-qt-git
makedepends = git
makedepends = python
makedepends = python-setuptools
- depends = maestral>=1.1.0
- depends = python>=3.8
- depends = python-bugsnag>=3.4.0
+ makedepends = python-wheel
+ depends = python
+ depends = maestral
depends = python-click>=7.1.1
depends = python-markdown2
depends = python-packaging
@@ -18,7 +18,7 @@ pkgbase = maestral-qt-git
optdepends = gnome-shell-extension-appindicator: Gnome integration
provides = maestral-qt
conflicts = maestral-qt
- source = git+https://github.com/SamSchott/maestral-qt
+ source = git+https://github.com/SamSchott/maestral-qt#branch=develop
md5sums = SKIP
pkgname = maestral-qt-git
diff --git a/PKGBUILD b/PKGBUILD
index 642712032993..4f5feb766b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,23 +5,21 @@ _name=maestral-qt
pkgname="${_name}-git"
provides=("${_name}")
conflicts=("${_name}")
-pkgver=1.1.0.r0.gbc6f037
+pkgver=1.3.2.dev0.r0.gddb1dd5
pkgrel=1
pkgdesc='A Qt interface for the Maestral daemon'
arch=('any')
url="https://github.com/SamSchott/${_name}"
license=('MIT')
-source=("git+${url}")
-makedepends=('git' 'python' 'python-setuptools')
+source=("git+${url}#branch=develop")
+makedepends=('git' 'python' 'python-setuptools' 'python-wheel')
depends=(
- 'maestral>=1.1.0'
- 'python>=3.8'
- 'python-bugsnag>=3.4.0'
- 'python-click>=7.1.1'
- 'python-markdown2'
- 'python-packaging'
- 'python-pyqt5>=5.9'
- )
+ 'python'
+ 'maestral'
+ 'python-click>=7.1.1'
+ 'python-markdown2'
+ 'python-packaging'
+ 'python-pyqt5>=5.9')
optdepends=('gnome-shell-extension-appindicator: Gnome integration')
md5sums=('SKIP')