Date: Monday, April 10, 2023 @ 21:28:31 Author: arojas Revision: 473840
upgpkg: libvisual 0.4.2-1: Update to 0.4.2 Modified: libvisual/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 21:20:49 UTC (rev 473839) +++ PKGBUILD 2023-04-10 21:28:31 UTC (rev 473840) @@ -1,7 +1,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libvisual -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="Abstraction library that comes between applications and audio visualisation plugins" arch=('x86_64') @@ -8,8 +8,8 @@ url="https://sourceforge.net/projects/libvisual/" license=('LGPL') depends=('glibc' 'sdl12-compat') -source=("https://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz") -sha256sums=('aa12877417f76d3642d9f4c723302380d833175639d63a55641d01928a5ddb7d') +source=(https://github.com/Libvisual/libvisual/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('63085fd9835c42c9399ea6bb13a7ebd4b1547ace75c4595ce8e9759512bd998a') build() { cd ${pkgname}-${pkgver}
