Package Details: tonelib-easycomp-bin 2.0.0-1

Git Clone URL: https://aur.archlinux.org/tonelib-easycomp-bin.git (read-only, click to copy)
Package Base: tonelib-easycomp-bin
Description: ToneLib Easy Compressor – Powerful yet simple tool for quick compression
Upstream URL: https://tonelib.net/plugins/tl-easycomp.html
Licenses: custom
Submitter: Versua7
Maintainer: Versua7
Last Packager: Versua7
Votes: 0
Popularity: 0.000000
First Submitted: 2024-07-06 02:53 (UTC)
Last Updated: 2024-07-06 05:07 (UTC)

Latest Comments

bruno.unna commented on 2025-05-28 21:51 (UTC)

@Versua7

You might want to update the package to version 2.2.1.

Here's a proposed approach:

diff --git a/PKGBUILD b/PKGBUILD
index 2918b90..29b3d9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Versua7 <versua7@gmail.com>

 pkgname='tonelib-easycomp-bin'
-pkgver=2.0.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="ToneLib Easy Compressor – Powerful yet simple tool for quick compression"
 arch=('x86_64')
@@ -9,8 +9,8 @@ license=('custom')
 url="https://tonelib.net/plugins/tl-easycomp.html"
 depends=('gtk3' 'glib2' 'desktop-file-utils' 'alsa-lib' 'harfbuzz' 'fribidi' 'pango' 'freetype2')
 optdepends=('jack: JACK output')
-source=("${pkgname}-${pkgver}.deb::https://tonelib.net/download/ToneLib-EasyComp-amd64.deb")
-sha256sums=('bc606bb95f1bdea275bcd81efc7b563ee62e2df62cb37bd265f0facd7287dcca')
+source=("${pkgname}-${pkgver}.deb::https://tonelib.vip/download/24-10-05/ToneLib-EasyComp-amd64.deb")
+sha256sums=('d2ec7e08e5e72c293af1e4c49cd6829afcaecb81c98f882075706954bb20b934')

 package () {
     tar xf data.tar.xz -C "${pkgdir}"

Hope that helps. Regards.