mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
yandesk-disk: update to 0.1.6.1074
This commit is contained in:
parent
ca16c154ef
commit
6614a1ddb9
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'yandex-disk'
|
# Template file for 'yandex-disk'
|
||||||
pkgname=yandex-disk
|
pkgname=yandex-disk
|
||||||
version=0.1.5.1039
|
version=0.1.6.1074
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
short_desc="Console client for Yandex.Disk"
|
short_desc="Console client for Yandex.Disk"
|
||||||
maintainer="Alexander Mamay <alexander@mamay.su>"
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
||||||
license="Proprietary"
|
license="custom:Yandex Desktop Software License Agreement"
|
||||||
homepage="https://disk.yandex.com/"
|
homepage="https://disk.yandex.com/"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
restricted=yes
|
restricted=yes
|
||||||
|
@ -14,11 +14,11 @@ nostrip_files=yandex-disk
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
debpkgid="${pkgname}_${version}_amd64.deb"
|
debpkgid="${pkgname}_${version}_amd64.deb"
|
||||||
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
|
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
|
||||||
checksum=1a6b8c6200a09bd8d2f8aacb3ebb18208b89d5b055be9bab5c3ed1a0336ac1d6
|
checksum=dddc57d2dbb1a68d8aef67450d138a9b7c7975438c10b6bbf5a0214e7fd47ecd
|
||||||
else
|
else
|
||||||
debpkgid="${pkgname}_${version}_i386.deb"
|
debpkgid="${pkgname}_${version}_i386.deb"
|
||||||
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
|
distfiles="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/${pkgname}/${debpkgid}"
|
||||||
checksum=da195f7ddc3dcd8bf4fa08ff042860beea0759f39af74b8459be333e2b81393e
|
checksum=b0b0d25a966c1c48aef87bb5bceeb41d2150859cb64896fe07c765ad73bdf242
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
|
@ -34,5 +34,5 @@ do_install() {
|
||||||
vcopy usr/share/locale usr/share
|
vcopy usr/share/locale usr/share
|
||||||
install -m644 -D etc/bash_completion.d/yandex-disk-completion.bash \
|
install -m644 -D etc/bash_completion.d/yandex-disk-completion.bash \
|
||||||
${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
|
${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
|
||||||
sed -e "s/^\(have.*\)/\#\1/" -i ${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
|
vsed -e "s/^\(have.*\)/\#\1/" -i ${DESTDIR}/usr/share/bash-completion/completions/yandex-disk
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue