Fix AUR publish: include turnupd.install; bump to v1.0.0
parent
25da5b46ad
commit
2e77bf804e
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = turn-up-arch
|
||||
pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux
|
||||
pkgver = 0.3.3
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/sean351/turn-up-arch
|
||||
arch = any
|
||||
|
|
@ -16,7 +16,7 @@ pkgbase = turn-up-arch
|
|||
optdepends = playerctl: media key support via button commands
|
||||
optdepends = pulseaudio: alternative to pipewire-pulse
|
||||
install = turnupd.install
|
||||
source = turn-up-arch-0.3.3.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v0.3.3.tar.gz
|
||||
source = turn-up-arch-1.0.0.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v1.0.0.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = turn-up-arch
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ jobs:
|
|||
depends = pipewire-pulse
|
||||
optdepends = playerctl: media key support via button commands
|
||||
optdepends = pulseaudio: alternative to pipewire-pulse
|
||||
install = turnupd.install
|
||||
source = ${PKGNAME}-${VERSION}.tar.gz::https://github.com/${{ github.repository }}/archive/refs/tags/v${VERSION}.tar.gz
|
||||
sha256sums = ${SHA}
|
||||
|
||||
|
|
@ -83,10 +84,10 @@ jobs:
|
|||
env:
|
||||
GIT_SSH_COMMAND: ssh -i ~/.ssh/aur -o StrictHostKeyChecking=no
|
||||
run: |
|
||||
cp PKGBUILD .SRCINFO /tmp/aur-pkg/
|
||||
cp PKGBUILD .SRCINFO turnupd.install /tmp/aur-pkg/
|
||||
cd /tmp/aur-pkg
|
||||
git config user.name "github-actions"
|
||||
git config user.email "github-actions@github.com"
|
||||
git add PKGBUILD .SRCINFO
|
||||
git add PKGBUILD .SRCINFO turnupd.install
|
||||
git commit -m "Update to ${{ github.ref_name }}"
|
||||
git push
|
||||
|
|
|
|||
Loading…
Reference in New Issue