mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.1.1
This commit is contained in:
parent
dc6a67881f
commit
a6d1078867
2 changed files with 9 additions and 7 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = pulse-visualizer-bin
|
||||
pkgdesc = A GPU-accelerated audio visualizer for PulseAudio/PipeWire
|
||||
pkgver = 1.1.0
|
||||
pkgver = 1.1.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/Beacroxx/pulse-visualizer
|
||||
install = pulse-visualizer-bin.install
|
||||
|
|
@ -20,11 +20,11 @@ pkgbase = pulse-visualizer-bin
|
|||
provides = pulse-visualizer
|
||||
conflicts = pulse-visualizer
|
||||
conflicts = pulse-visualizer-git
|
||||
source = LICENSE-1.1.0::https://raw.githubusercontent.com/Beacroxx/pulse-visualizer/v1.1.0/LICENSE
|
||||
source = README-1.1.0.md::https://raw.githubusercontent.com/Beacroxx/pulse-visualizer/v1.1.0/README.md
|
||||
source = LICENSE-1.1.1::https://raw.githubusercontent.com/Beacroxx/pulse-visualizer/v1.1.1/LICENSE
|
||||
source = README-1.1.1.md::https://raw.githubusercontent.com/Beacroxx/pulse-visualizer/v1.1.1/README.md
|
||||
sha256sums = c53a65c2fd561c87eaabf1072ef5dcab8653042bc15308465f52413585eb6271
|
||||
sha256sums = 17e300a313e0eafb19528e76193b134791c6f19614761f0ba48b8393bf72cedf
|
||||
source_x86_64 = https://github.com/Beacroxx/pulse-visualizer/releases/download/v1.1.0/pulse-visualizer-v1.1.0-linux-x86_64.tar.gz
|
||||
sha256sums_x86_64 = 12ac4626a5ce394867dcbfc51190d73125a65ba1ec65789b759ad8dad0ac9af7
|
||||
source_x86_64 = https://github.com/Beacroxx/pulse-visualizer/releases/download/v1.1.1/pulse-visualizer-v1.1.1-linux-x86_64.tar.gz
|
||||
sha256sums_x86_64 = eb6482e183113942bec3504a934395ddafbfd6e2704b7cfd9f91a54339eecda9
|
||||
|
||||
pkgname = pulse-visualizer-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_pkgauthor=Beacroxx
|
||||
_pkgname=pulse-visualizer
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=1.1.0
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="A GPU-accelerated audio visualizer for PulseAudio/PipeWire"
|
||||
arch=('x86_64')
|
||||
|
|
@ -21,7 +21,7 @@ source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
|
|||
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}-linux-${arch[0]}.tar.gz")
|
||||
sha256sums=('c53a65c2fd561c87eaabf1072ef5dcab8653042bc15308465f52413585eb6271'
|
||||
'17e300a313e0eafb19528e76193b134791c6f19614761f0ba48b8393bf72cedf')
|
||||
sha256sums_x86_64=('12ac4626a5ce394867dcbfc51190d73125a65ba1ec65789b759ad8dad0ac9af7')
|
||||
sha256sums_x86_64=('eb6482e183113942bec3504a934395ddafbfd6e2704b7cfd9f91a54339eecda9')
|
||||
|
||||
|
||||
prepare() {
|
||||
|
|
@ -48,6 +48,8 @@ package() {
|
|||
|
||||
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
|
||||
|
||||
install -Dm644 "${_pkgname}.png" "${pkgdir}/usr/share/icons/${_pkgname}.png"
|
||||
|
||||
mkdir "${pkgdir}/usr/share/${_pkgname}/"
|
||||
cp -rf shaders "${pkgdir}/usr/share/${_pkgname}/"
|
||||
cp -rf themes "${pkgdir}/usr/share/${_pkgname}/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue