You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ Glob patterns will be expanded by bash when copying the files to the repository.
45
45
46
46
**Optional** Comma-separated list of types to use when adding aur.archlinux.org to known hosts.
47
47
48
+
### `update_pkgver`
49
+
50
+
**Optional** Run `makepkg -od` to update `pkgver`. Requires that the `pkgver()` function defined in the `PKGBUILD` file doesn't required any dependencies other than git. The default value is `false`.
Copy file name to clipboardExpand all lines: action.yml
+4
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,10 @@ inputs:
40
40
description: 'Comma-separated list of types to use when adding aur.archlinux.org to known hosts'
41
41
required: false
42
42
default: 'rsa,dsa,ecdsa,ed25519'
43
+
update_pkgver:
44
+
description: "Run `makepkg -od` to update `pkgver`. Requires that the `pkgver()` function defined in the `PKGBUILD` file doesn't required any dependencies other than git"
0 commit comments