Package Details: yandex-disk-indicator 1.12.2-0

Git Clone URL: https://aur.archlinux.org/yandex-disk-indicator.git (read-only, click to copy)
Package Base: yandex-disk-indicator
Description: Panel indicator (GUI) for YandexDisk CLI client for Linux.
Upstream URL: https://github.com/slytomcat/yandex-disk-indicator/
Licenses: GPL3
Submitter: Stalker-medik
Maintainer: Stalker-medik
Last Packager: Stalker-medik
Votes: 16
Popularity: 0.047491
First Submitted: 2018-11-14 17:29 (UTC)
Last Updated: 2023-10-15 17:55 (UTC)

Latest Comments

« First ‹ Previous 1 2

DragonX256 commented on 2019-06-24 11:26 (UTC) (edited on 2019-06-24 11:27 (UTC) by DragonX256)

because package with -git already existed

Which is why I telling you all this time to do THIS sort of thing:

# Maintainer: Sergei Marochkin <me@ziggi.org>
# Maintainer: Ivan Burmin <zirrald@yandex.ru>
# Maintainer: Sergei Snitsky <stalker.medik@gmail.com>

pkgname='yandex-disk-indicator'
pkgver=1.11.0
pkgrel=2
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')

prepare() {
    cd "${pkgname}-${pkgver}/build"
    chmod +x prepare.sh
}

package() {
    mkdir "${pkgdir}/usr"
    cd "${pkgname}-${pkgver}/build"
    export TARGET="$pkgdir/usr"
    sh prepare.sh
}

Stalker-medik commented on 2019-06-24 11:21 (UTC)

@DragonX256 можно на русском писать. Я не игнорирую, то что Вы писали. Просто изучал мануал.

Stalker-medik commented on 2019-06-24 11:09 (UTC)

I updated pkgbuild. I can not rename package, because package with -git already existed.

DragonX256 commented on 2019-06-24 10:49 (UTC)

You just did full opposite of what I've told you... You applied -git package building model, but your package isn't named with -git suffix.

DragonX256 commented on 2019-06-24 04:01 (UTC)

If you doesn't understand what I'm writing to you or what you should do to PKGBUILD, I recommend you to disown this package.

DragonX256 commented on 2019-06-24 03:59 (UTC) (edited on 2019-06-24 03:59 (UTC) by DragonX256)

Accidentally deleted my comment...

No, it hasn't. You using git repo master branch as source for package building, instead of downloading release archive from GitHub with version, described in pkgver. Package will always ask for update, if any commits was pushed to master branch.

Stalker-medik commented on 2019-06-23 16:57 (UTC)

The package has been update to version 1.11.0.

DragonX256 commented on 2019-06-23 16:56 (UTC)

Your package was already building 1.11.0 with master branch commits before you changed pkgver, because you using -git packed building model. Please, fix PKGBUILD so it will only download source of specified pkgver, instead of cloning master branch!

DragonX256 commented on 2019-06-21 15:19 (UTC)

Your package installs like git-version of package. Version of program on AUR is 1.10.6. However, after cloning git repo and installing, whatever the hell your AUR helper is, it installs program from master branch. From this case, 1.11.0. Fix your PKGBUILD, please.