summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBatuhan Başerdem2020-05-06 23:02:17 -0400
committerBatuhan Başerdem2020-05-06 23:02:17 -0400
commit6ed8d6afef8969313aef5f8aa9642a8242ebf8a5 (patch)
treec72b2c8d6b13ca8acf7c355000279e62e066af87
parent43ee5c088d2d52cc13d5a9c1d85becf6cd4b1ea0 (diff)
downloadaur-6ed8d6afef8969313aef5f8aa9642a8242ebf8a5.tar.gz
Version bump to v1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 098e42e52bfc..f50cc7f16397 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = maestral-qt
pkgdesc = A Qt interface for the Maestral daemon
- pkgver = 1.0.0.dev5
- pkgrel = 1
+ pkgver = 1.0.0
+ pkgrel = 2
url = https://github.com/SamSchott/maestral-qt
arch = any
license = MIT
@@ -15,8 +15,8 @@ pkgbase = maestral-qt
depends = python-packaging
depends = python-pyqt5>=5.9
optdepends = gnome-shell-extension-appindicator: Gnome integration
- source = https://github.com/SamSchott/maestral-qt/archive/v1.0.0.dev5.tar.gz
- md5sums = 0d8534fa0db3735864934007a7253849
+ source = https://github.com/SamSchott/maestral-qt/archive/v1.0.0.tar.gz
+ md5sums = cd94c7b0f02d47ba342ecdd529ee7c66
pkgname = maestral-qt
diff --git a/PKGBUILD b/PKGBUILD
index 5d512473b0a5..6286ba27b912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# python-bugsnag (vcs, maintained by me)
# python-markdown2
pkgname=maestral-qt
-pkgver=1.0.0.dev5
-pkgrel=1
+pkgver=1.0.0
+pkgrel=2
pkgdesc='A Qt interface for the Maestral daemon'
arch=('any')
url="https://github.com/SamSchott/${pkgname}"
@@ -21,7 +21,7 @@ depends=(
'python-packaging'
'python-pyqt5>=5.9')
optdepends=('gnome-shell-extension-appindicator: Gnome integration')
-md5sums=('0d8534fa0db3735864934007a7253849')
+md5sums=('cd94c7b0f02d47ba342ecdd529ee7c66')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"