summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsmilen2024-07-06 23:15:21 +0300
committersmilen2024-07-06 23:15:21 +0300
commit1a6e6e4cbe04f3e726bd8f406c7c1e3f20d0f70e (patch)
tree19bf368d333aeb5a0d94869c6c439401be678c21 /PKGBUILD
parentc02d5d2dc22daeb78fa599864635a2e754cb93f4 (diff)
downloadaur-1a6e6e4cbe04f3e726bd8f406c7c1e3f20d0f70e.tar.gz
Fix build and pkg version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e51f10c7dcfc..0390ce6efc02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Your Name <stefanov.m@ati.su>
_basename=time-desktop
pkgname=${_basename}-bin
-pkgver=0.0.1
+pkgver=6.21.0
pkgrel=1
pkgdesc="Time Desktop App"
arch=('x86_64')
-url="https://time-apps.tinkoff.ru/production/on-premise/download-page/index.html"
+url="https://time-apps.tinkoff.ru/production/on-premise/desktop/linux"
license=('Apache License, Version 2.0')
depends=('glibc')
source=("${url}/time-desktop-linux-x64.tar.gz" "time.desktop")
-sha256sums=('397494dc055e8426f29d3dfeef1e4635e671507cbc184c9f91d4fc680e17dc49')
+sha256sums=('397494dc055e8426f29d3dfeef1e4635e671507cbc184c9f91d4fc680e17dc49'
+ '858a3b5d784c0e9499c83e8d580695514206556e8dc4877f54a14e4aa7903111')
package() {
install -d "${pkgdir}/opt/${_basename}"