Skip to content

Commit 7dc365e

Browse files
authored
Update PKGBUILD
Fixed the missing variable to replace the PKG version.
1 parent 57a4660 commit 7dc365e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/aur-deployment/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ENV_PACKAGE_INFORMATION
33
# PKGBUILD variables.
44
pkgname=ENV_PACKAGE_NAME
55
pkgver=AUTO_PACKAGE_VERSION
6-
pkgrel=1
6+
pkgrel=ENV_PACKAGE_RELEASE
77
pkgdesc='ENV_PACKAGE_DESCRIPTION'
88
arch=(ENV_PACKAGE_ARCHITECTURES)
99
url='AUTO_GITHUB_URL'

0 commit comments

Comments
 (0)