Skip to content

Commit

Permalink
AUR publish is now hooked to a version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Nov 6, 2024
1 parent d05c5f8 commit bec1aeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-aur.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload to Arch Linux User Repository (AUR)
name: Upload to Arch Linux (AUR)

on:
workflow_run:
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ makedepends=(
'python-setuptools'
'python-setuptools-scm'
)
source=("${pkgname}::git+${url}")
source=("${pkgname}::git+${url}#tag=v${pkgver}")
md5sums=('SKIP')

build() {
Expand Down
Binary file modified img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bec1aeb

Please sign in to comment.