Date: Monday, April 10, 2023 @ 21:28:44
Author: arojas
Revision: 473841
archrelease: copy trunk to extra-x86_64
Added:
libvisual/repos/extra-x86_64/PKGBUILD
(from rev 473840, libvisual/trunk/PKGBUILD)
Deleted:
libvisual/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 21:28:31 UTC (rev 473840)
+++ PKGBUILD 2023-04-10 21:28:44 UTC (rev 473841)
@@ -1,23 +0,0 @@
-# Maintainer: Jan de Groot <[email protected]>
-
-pkgname=libvisual
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="Abstraction library that comes between applications and audio
visualisation plugins"
-arch=('x86_64')
-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')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: libvisual/repos/extra-x86_64/PKGBUILD (from rev 473840,
libvisual/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 21:28:44 UTC (rev 473841)
@@ -0,0 +1,23 @@
+# Maintainer: Jan de Groot <[email protected]>
+
+pkgname=libvisual
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Abstraction library that comes between applications and audio
visualisation plugins"
+arch=('x86_64')
+url="https://sourceforge.net/projects/libvisual/"
+license=('LGPL')
+depends=('glibc' 'sdl12-compat')
+source=(https://github.com/Libvisual/libvisual/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('63085fd9835c42c9399ea6bb13a7ebd4b1547ace75c4595ce8e9759512bd998a')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}