mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
chore: improve arch package name
This commit is contained in:
parent
7988b6ff3b
commit
398813731a
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
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
reset-${{github.ref}}-x86_64.pkg.tar.zst
|
reset-${{GITHUB_REF_NAME}}-0-x86_64.pkg.tar.zst
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
# Maintainer: Fabio Lenherr <dashie@dashie.org>
|
||||||
|
|
||||||
pkgname=reset
|
pkgname=reset
|
||||||
pkgver=0
|
pkgver=0.1
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdir="/usr/bin/${pkgname}"
|
pkgdir="/usr/bin/${pkgname}"
|
||||||
pkgdesc="A wip universal Linux settings application."
|
pkgdesc="A wip universal Linux settings application."
|
||||||
|
|
Loading…
Reference in a new issue