mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump version to 0.1.7
This commit is contained in:
parent
0f39b86bb7
commit
d768e12d9f
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.6
|
||||
pkgver = 0.1.7
|
||||
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.6/spout2pw-0.1.6-bin.tar.gz
|
||||
sha256sums = 4503a093cc6f96431f8ba8568027057f889b4aed79453e7f25800b1987f24e0d
|
||||
source = https://github.com/hoshinolina/spout2pw/releases/download/0.1.7/spout2pw-0.1.7-bin.tar.gz
|
||||
sha256sums = c3457915ddb572910f577b053b8865ce80c48531d389004f9378810660ab8029
|
||||
|
||||
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.6
|
||||
pkgver=0.1.7
|
||||
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=('4503a093cc6f96431f8ba8568027057f889b4aed79453e7f25800b1987f24e0d')
|
||||
sha256sums=('c3457915ddb572910f577b053b8865ce80c48531d389004f9378810660ab8029')
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/opt/${_pkgname}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue