mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-02 00:07:45 +02:00
chore: Add version numbers to PKGBUILD
This commit is contained in:
parent
b1d3e39e21
commit
7988b6ff3b
2 changed files with 3 additions and 3 deletions
2
.github/workflows/release-arch.yml
vendored
2
.github/workflows/release-arch.yml
vendored
|
@ -18,4 +18,4 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
reset-0-0-x86_64.pkg.tar.zst
|
||||
reset-${{github.ref}}-x86_64.pkg.tar.zst
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,11 +2,11 @@
|
|||
|
||||
pkgname=reset
|
||||
pkgver=0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
pkgdir="/usr/bin/${pkgname}"
|
||||
pkgdesc="A wip universal Linux settings application."
|
||||
depends=('rust' 'gtk4' 'dbus' 'gendesk')
|
||||
depends=('rust' 'gtk4' 'dbus')
|
||||
|
||||
build() {
|
||||
cargo build --release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue