mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.3.6
This commit is contained in:
parent
01c9032376
commit
cc81145080
2 changed files with 11 additions and 11 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = pulse-visualizer-bin
|
||||
pkgdesc = A GPU-accelerated audio visualizer for PulseAudio/PipeWire
|
||||
pkgver = 1.3.5
|
||||
pkgrel = 2
|
||||
pkgver = 1.3.6
|
||||
pkgrel = 1
|
||||
url = https://github.com/Audio-Solutions/pulse-visualizer
|
||||
install = pulse-visualizer-bin.install
|
||||
arch = x86_64
|
||||
|
|
@ -22,12 +22,12 @@ pkgbase = pulse-visualizer-bin
|
|||
conflicts = pulse-visualizer
|
||||
conflicts = pulse-visualizer-git
|
||||
source = fix_libGLEW.patch
|
||||
source = https://raw.githubusercontent.com/Audio-Solutions/pulse-visualizer/v1.3.5/LICENSE
|
||||
source = https://raw.githubusercontent.com/Audio-Solutions/pulse-visualizer/v1.3.5/README.md
|
||||
source = https://raw.githubusercontent.com/Audio-Solutions/pulse-visualizer/v1.3.6/LICENSE
|
||||
source = https://raw.githubusercontent.com/Audio-Solutions/pulse-visualizer/v1.3.6/README.md
|
||||
sha256sums = 29acdd8fef38338e4360f3bbeb8fe8c523912d9eca2baa3d789dea25a2ee9d0d
|
||||
sha256sums = c53a65c2fd561c87eaabf1072ef5dcab8653042bc15308465f52413585eb6271
|
||||
sha256sums = cd51469ac88654a8339c855bbbd7f97f2f9ca02358cf1c29981ebe87c03b4e8c
|
||||
source_x86_64 = https://github.com/Audio-Solutions/pulse-visualizer/releases/download/v1.3.5/pulse-visualizer-1.3.5-Linux.tar.gz
|
||||
sha256sums_x86_64 = b0a57d343119214978b3c90fe0f4dd15ef02a8ce0c8dfcb07951458239d78722
|
||||
sha256sums = 8e15fcb6123dacc19ddcfa249e7b10d600e09624b9106821b3bd2f4dd7afb7ba
|
||||
source_x86_64 = https://github.com/Audio-Solutions/pulse-visualizer/releases/download/v1.3.6/pulse-visualizer-1.3.6-Linux.tar.gz
|
||||
sha256sums_x86_64 = 7742669577b33659e1f0647892c5f7ceb7a47ea63b53fe028a685e30f7ad3f6d
|
||||
|
||||
pkgname = pulse-visualizer-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,8 +3,8 @@
|
|||
_pkgauthor=Audio-Solutions
|
||||
_pkgname=pulse-visualizer
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=1.3.5
|
||||
pkgrel=2
|
||||
pkgver=1.3.6
|
||||
pkgrel=1
|
||||
pkgdesc="A GPU-accelerated audio visualizer for PulseAudio/PipeWire"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/${_pkgauthor}/${_pkgname}"
|
||||
|
|
@ -23,8 +23,8 @@ source=("fix_libGLEW.patch"
|
|||
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-Linux.tar.gz")
|
||||
sha256sums=('29acdd8fef38338e4360f3bbeb8fe8c523912d9eca2baa3d789dea25a2ee9d0d'
|
||||
'c53a65c2fd561c87eaabf1072ef5dcab8653042bc15308465f52413585eb6271'
|
||||
'cd51469ac88654a8339c855bbbd7f97f2f9ca02358cf1c29981ebe87c03b4e8c')
|
||||
sha256sums_x86_64=('b0a57d343119214978b3c90fe0f4dd15ef02a8ce0c8dfcb07951458239d78722')
|
||||
'8e15fcb6123dacc19ddcfa249e7b10d600e09624b9106821b3bd2f4dd7afb7ba')
|
||||
sha256sums_x86_64=('7742669577b33659e1f0647892c5f7ceb7a47ea63b53fe028a685e30f7ad3f6d')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}" || return
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue