mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.3.3
This commit is contained in:
parent
d4f6bb01da
commit
071a991441
2 changed files with 13 additions and 12 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.2
|
||||
pkgrel = 3
|
||||
pkgver = 1.3.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/Audio-Solutions/pulse-visualizer
|
||||
install = pulse-visualizer-bin.install
|
||||
arch = x86_64
|
||||
|
|
@ -20,11 +20,11 @@ pkgbase = pulse-visualizer-bin
|
|||
provides = pulse-visualizer
|
||||
conflicts = pulse-visualizer
|
||||
conflicts = pulse-visualizer-git
|
||||
source = https://raw.githubusercontent.com/Audio-Solutions/pulse-visualizer/v1.3.2/LICENSE
|
||||
source = https://raw.githubusercontent.com/Audio-Solutions/pulse-visualizer/v1.3.2/README.md
|
||||
source = https://raw.githubusercontent.com/Audio-Solutions/pulse-visualizer/v1.3.3/LICENSE
|
||||
source = https://raw.githubusercontent.com/Audio-Solutions/pulse-visualizer/v1.3.3/README.md
|
||||
sha256sums = c53a65c2fd561c87eaabf1072ef5dcab8653042bc15308465f52413585eb6271
|
||||
sha256sums = 58a43588304197a9599381f2b2b97fb78364a97d4a3d5595fb7fac575c69c69a
|
||||
source_x86_64 = https://github.com/Audio-Solutions/pulse-visualizer/releases/download/v1.3.2/pulse-visualizer-1.3.2-Linux.tar.gz
|
||||
sha256sums_x86_64 = c67c3f46823bf1bd31c3ade9fe3f285cda6bca2a7067e500f46b2c1207198601
|
||||
sha256sums = f00685045c62bdd53c452d18643e01fdde7d93a019c2b074e1bc611659ad3ce4
|
||||
source_x86_64 = https://github.com/Audio-Solutions/pulse-visualizer/releases/download/v1.3.3/pulse-visualizer-1.3.3-Linux.tar.gz
|
||||
sha256sums_x86_64 = 19d8cf4aea81c6c2a03576e114ef8e7ffe4fda1c43f34a11b7faec1fcb3fccb1
|
||||
|
||||
pkgname = pulse-visualizer-bin
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -3,8 +3,8 @@
|
|||
_pkgauthor=Audio-Solutions
|
||||
_pkgname=pulse-visualizer
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=1.3.2
|
||||
pkgrel=3
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="A GPU-accelerated audio visualizer for PulseAudio/PipeWire"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/${_pkgauthor}/${_pkgname}"
|
||||
|
|
@ -20,11 +20,12 @@ source=("${_urlraw}/LICENSE"
|
|||
"${_urlraw}/README.md")
|
||||
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-Linux.tar.gz")
|
||||
sha256sums=('c53a65c2fd561c87eaabf1072ef5dcab8653042bc15308465f52413585eb6271'
|
||||
'58a43588304197a9599381f2b2b97fb78364a97d4a3d5595fb7fac575c69c69a')
|
||||
sha256sums_x86_64=('c67c3f46823bf1bd31c3ade9fe3f285cda6bca2a7067e500f46b2c1207198601')
|
||||
'f00685045c62bdd53c452d18643e01fdde7d93a019c2b074e1bc611659ad3ce4')
|
||||
sha256sums_x86_64=('19d8cf4aea81c6c2a03576e114ef8e7ffe4fda1c43f34a11b7faec1fcb3fccb1')
|
||||
|
||||
package() {
|
||||
cd "$srcdir" || return
|
||||
|
||||
chmod +x ./install.sh
|
||||
./install.sh "$pkgdir/usr" "skip-root"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue