summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStalker-medik2023-10-15 20:29:10 +0300
committerStalker-medik2023-10-15 20:29:10 +0300
commitdf087438f846de950ba59177bca2f03061901f4d (patch)
treec9ce20e1f536b66bfbecf4184253f0ae88c5b6f1 /PKGBUILD
parentb17344959a2f8bcc17ffadb1f07ad154a4eb696e (diff)
downloadaur-yandex-disk-indicator.tar.gz
Several optimizations and fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5651e73e24f4..5d0f8d689ed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Sergei Snitsky <stalker.medik@gmail.com>
pkgname='yandex-disk-indicator'
-pkgver=1.11.0
-pkgrel=3
+pkgver=1.12.2
+pkgrel=0
pkgdesc="Panel indicator (GUI) for YandexDisk CLI client for Linux."
arch=('i686' 'x86_64')
url="https://github.com/slytomcat/${pkgname}/"
license=('GPL3')
depends=('yandex-disk' 'python' 'python-pyinotify' 'pygobject-devel' 'python-gobject' 'libappindicator-gtk3' 'xclip' 'zenity')
-source=("https://github.com/slytomcat/yandex-disk-indicator/archive/${pkgver}.tar.gz")
-sha256sums=('351253b2a06177b235009d2338d43c8f7884032d363ac9d48a496c828fbb58c8')
+source=("https://github.com/slytomcat/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('77853520338df190fbf1ea8e182896900d78a56528f936851678d4813c2dd1b2')
prepare() {
cd "${pkgname}-${pkgver}/build"