summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeremy Gust2023-05-16 09:35:30 -0600
committerJeremy Gust2023-05-16 09:35:30 -0600
commitd075346fc20da7762c525c885a46936d778e7ad1 (patch)
treeb7f9405f7b07c6d0c19b5366ee7f28ba4ad1aeb0 /PKGBUILD
parent4c5a1d22cbb462cc0dc2ea04a29e9595d8cf30c0 (diff)
downloadaur-d075346fc20da7762c525c885a46936d778e7ad1.tar.gz
Updated to version 1.7.2 -Removed CHANGELOG that only pointed to the project GitHub page -Changed source to github.com
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f66447d4d06..de87cfd8b58a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Maintainer: Jeremy Gust <jeremy AT plasticsoup DOT net>
+# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Batuhan Baserdem <lastname dot firstname at gmail>
pkgname=maestral-qt
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc='Qt interface for Maestral'
arch=('any')
@@ -15,11 +16,10 @@ depends=(
'python-packaging'
'python-pyqt6'
'qt6-svg')
-optdepends=('gnome-shell-extension-appindicator: Gnome integration')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-changelog=CHANGELOG.md
-source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('ea487da376092307eeb6ca32135a3d7e383546a7fbf142adc84f69f6f24f6525')
+optdepends=('gnome-shell-extension-appindicator: Gnome integration')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('6cbceabd45e0e291ebfd9268ce59f0abdc2a6a4910cdf939e445b3f940e59405')
build() {
cd "$pkgname-$pkgver"