summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Friedrich2021-02-15 22:21:37 +0100
committerOliver Friedrich2021-02-15 22:21:37 +0100
commit2ca0176816282c0b34a74d262cbe99a0f38aad8f (patch)
tree93cd4ec689d8eea40eea98baed915d03b97e8c79
parenta5899db2b010a48bf3434eb263bcc3fa472c9b9e (diff)
downloadaur-2ca0176816282c0b34a74d262cbe99a0f38aad8f.tar.gz
Fixed pkgsum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4099433344c..6a2123edb9ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = tonelib-gfx-bin
depends = freetype2
optdepends = jack: JACK output
source = https://www.tonelib.net/download/ToneLib-GFX-amd64.deb
- sha256sums = a9301f688d93721042b85c5d012d86faec2cb7372f9a6b5bd3e0476ef177a51e
+ sha256sums = 7aaddfde1a76cb738a6515792774ef549dcef710464fea083947b8b7d6cd94a6
pkgname = tonelib-gfx-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e71a82dc953..c661e5e7074c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='tonelib-gfx-bin'
pkgver=4.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="ToneLib GFX – the perfect custom tone with a complete guitar studio in your computer!"
arch=('x86_64')
filename="ToneLib-GFX-amd64.deb"
@@ -11,7 +11,7 @@ url="https://tonelib.net/gfx-overview/"
depends=('gtk3' 'glib2' 'desktop-file-utils' 'alsa-lib' 'harfbuzz' 'fribidi' 'pango' 'freetype2')
optdepends=('jack: JACK output')
source=("https://www.tonelib.net/download/${filename}")
-sha256sums=('a9301f688d93721042b85c5d012d86faec2cb7372f9a6b5bd3e0476ef177a51e')
+sha256sums=('7aaddfde1a76cb738a6515792774ef549dcef710464fea083947b8b7d6cd94a6')
package () {
tar xf data.tar.xz -C "${pkgdir}"