Package Details: tal-drum-vst 2.1.3-2

Git Clone URL: https://aur.archlinux.org/tal-drum.git (read-only, click to copy)
Package Base: tal-drum
Description: A Simple To Use Drum Sampler By TAL Software (VST)
Upstream URL: https://tal-software.com/products/tal-drum
Licenses: EULA
Groups: vst-plugins, pro-audio
Submitter: Phaotee
Maintainer: Phaotee
Last Packager: Phaotee
Votes: 0
Popularity: 0.000000
First Submitted: 2022-04-30 21:54 (UTC)
Last Updated: 2023-10-19 22:57 (UTC)

Latest Comments

samueldy commented on 2023-10-19 02:54 (UTC)

Thanks for packaging this! Could you upgrade to something better than MD5 sums and put the version number in the downloaded source file for yay/other AUR helpers that don't automatically cleanbuild every time?

diff --git a/PKGBUILD b/PKGBUILD
index da41e37..a1fa7b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 pkgbase=tal-drum
 pkgname=("${pkgbase}-vst" "${pkgbase}-vst3")
-pkgver=2.1.1
+pkgver=2.1.3
 pkgrel=1
 arch=('x86_64')
 url="https://tal-software.com/products/tal-drum"
 license=('EULA')
 depends=('libcurl-gnutls' 'glibc')
-source=('https://tal-software.com/downloads/plugins/TAL-Drum_64_linux.zip')
-md5sums=('09715efe0a0de7c25670e352b8389bcd')
+source=("TAL-DRUM-${pkgver}_64_Linux.zip"::'https://tal-software.com/downloads/plugins/TAL-Drum_64_linux.zip')
+b2sums=('662964e72150665d03a0667db63e9616af2d32290d80cc2436a352cd7f755538b920f7b3ee86ce29724b15d1c72cfb4f27ea96126795bae2dbc184ef4938863d')

 package_tal-drum-vst() {
   pkgdesc="A Simple To Use Drum Sampler By TAL Software (VST)"