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
|
pkgbase = turn-up-arch
|
||||||
pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux
|
pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux
|
||||||
pkgver = 0.3.3
|
pkgver = 1.0.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/sean351/turn-up-arch
|
url = https://github.com/sean351/turn-up-arch
|
||||||
arch = any
|
arch = any
|
||||||
|
|
@ -16,7 +16,7 @@ pkgbase = turn-up-arch
|
||||||
optdepends = playerctl: media key support via button commands
|
optdepends = playerctl: media key support via button commands
|
||||||
optdepends = pulseaudio: alternative to pipewire-pulse
|
optdepends = pulseaudio: alternative to pipewire-pulse
|
||||||
install = turnupd.install
|
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
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = turn-up-arch
|
pkgname = turn-up-arch
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ jobs:
|
||||||
depends = pipewire-pulse
|
depends = pipewire-pulse
|
||||||
optdepends = playerctl: media key support via button commands
|
optdepends = playerctl: media key support via button commands
|
||||||
optdepends = pulseaudio: alternative to pipewire-pulse
|
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
|
source = ${PKGNAME}-${VERSION}.tar.gz::https://github.com/${{ github.repository }}/archive/refs/tags/v${VERSION}.tar.gz
|
||||||
sha256sums = ${SHA}
|
sha256sums = ${SHA}
|
||||||
|
|
||||||
|
|
@ -83,10 +84,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GIT_SSH_COMMAND: ssh -i ~/.ssh/aur -o StrictHostKeyChecking=no
|
GIT_SSH_COMMAND: ssh -i ~/.ssh/aur -o StrictHostKeyChecking=no
|
||||||
run: |
|
run: |
|
||||||
cp PKGBUILD .SRCINFO /tmp/aur-pkg/
|
cp PKGBUILD .SRCINFO turnupd.install /tmp/aur-pkg/
|
||||||
cd /tmp/aur-pkg
|
cd /tmp/aur-pkg
|
||||||
git config user.name "github-actions"
|
git config user.name "github-actions"
|
||||||
git config user.email "github-actions@github.com"
|
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 commit -m "Update to ${{ github.ref_name }}"
|
||||||
git push
|
git push
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Sean Doran <sdoran35@gmail.com>
|
# Maintainer: Sean Doran <sdoran35@gmail.com>
|
||||||
# AUR updates are automated via GitHub Actions on version tag push
|
# AUR updates are automated via GitHub Actions on version tag push
|
||||||
pkgname=turn-up-arch
|
pkgname=turn-up-arch
|
||||||
pkgver=0.3.3
|
pkgver=1.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux"
|
pkgdesc="USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue