mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump version to 0.1.5
This commit is contained in:
parent
44a18a002a
commit
d8ec00b76b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = spout2pw-bin
|
||||
pkgdesc = Spout2 to PipeWire bridge
|
||||
pkgver = 0.1.4
|
||||
pkgver = 0.1.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/hoshinolina/spout2pw
|
||||
install = instructions.install
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = spout2pw-bin
|
|||
provides = spout2pw
|
||||
conflicts = spout2pw
|
||||
options = !strip
|
||||
source = https://github.com/hoshinolina/spout2pw/releases/download/0.1.4/spout2pw-0.1.4-bin.tar.gz
|
||||
sha256sums = 3f9b9806174abec0a8cc70eb372f170a2623c92118c4207507244e6fefe1f9bd
|
||||
source = https://github.com/hoshinolina/spout2pw/releases/download/0.1.5/spout2pw-0.1.5-bin.tar.gz
|
||||
sha256sums = 3ad25c4b4eec73c4488efa4901f7928760c945192dc86f892b7d499760534f1d
|
||||
|
||||
pkgname = spout2pw-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: AntiApple4life <antiapple at antiapple.net>
|
||||
_pkgname=spout2pw
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=0.1.4
|
||||
pkgver=0.1.5
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
pkgdesc="Spout2 to PipeWire bridge"
|
||||
|
|
@ -15,7 +15,7 @@ conflicts=("${_pkgname}")
|
|||
options=(!strip)
|
||||
install=instructions.install
|
||||
source=("https://github.com/hoshinolina/spout2pw/releases/download/${pkgver}/spout2pw-${pkgver}-bin.tar.gz")
|
||||
sha256sums=('3f9b9806174abec0a8cc70eb372f170a2623c92118c4207507244e6fefe1f9bd')
|
||||
sha256sums=('3ad25c4b4eec73c4488efa4901f7928760c945192dc86f892b7d499760534f1d')
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/opt/${_pkgname}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue