Package Details: dion-bin 5.28.0-2617

Git Clone URL: https://aur.archlinux.org/dion-bin.git (read-only, click to copy)
Package Base: dion-bin
Description: Desktop application for dion.vc
Upstream URL: https://dion.vc
Keywords: messaging
Licenses: MIT
Submitter: ada-af
Maintainer: ada-af
Last Packager: ada-af
Votes: 2
Popularity: 0.093275
First Submitted: 2024-07-04 04:56 (UTC)
Last Updated: 2025-11-28 10:00 (UTC)

Latest Comments

relaxxx commented on 2025-07-14 11:04 (UTC)

Приветствую. Патч до последней версии 5.25.0:

diff --git a/.SRCINFO b/.SRCINFO
index 942aada..5934fb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = dion-bin
        pkgdesc = Desktop application for dion.vc
-       pkgver = 5.24.1
+       pkgver = 5.25.0
        pkgrel = 304
        url = https://dion.vc
        arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = dion-bin
        depends = util-linux-libs
        depends = libappindicator-gtk3
        depends = libsecret
-       source = https://static.dion.vc/desktop_app/dion_5.24.1_amd64.deb
-       sha256sums = 710f3ab14c4b845e6cba8590ecb71f937d624f646da55bbdf4a11e38d6c66161
+       source = https://static.dion.vc/desktop_app/dion_5.25.0_amd64.deb
+       sha256sums = 6814288628bff7881fa65f5c709c0513597c6ee62869b10b9404f0483d4bb1df

 pkgname = dion-bin
diff --git a/PKGBUILD b/PKGBUILD
index eb42d31..d05fea8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Ada Tretyakova <ada@ada-af.com>
 pkgname=dion-bin
-pkgver=5.24.1
+pkgver=5.25.0
 pkgrel=304
 pkgdesc="Desktop application for dion.vc"
 arch=("x86_64")
@@ -8,7 +8,7 @@ url="https://dion.vc"
 license=('MIT')
 depends=("gtk3" "libnotify" "nss" "libxss" "libxtst" "xdg-utils" "at-spi2-core" "util-linux-libs" "libappindicator-gtk3" "libsecret")
 source=("https://static.dion.vc/desktop_app/dion_${pkgver}_amd64.deb")
-sha256sums=("710f3ab14c4b845e6cba8590ecb71f937d624f646da55bbdf4a11e38d6c66161")
+sha256sums=("6814288628bff7881fa65f5c709c0513597c6ee62869b10b9404f0483d4bb1df")

 prepare() {
        bsdtar -xvf "${srcdir}/data.tar.xz"