Not using pkgver() in PKGBUILD

This commit is contained in:
clsty
2025-11-14 09:19:20 +08:00
parent f8af8093f7
commit 63c3433b6f
3 changed files with 3 additions and 10 deletions
+3
View File
@@ -18,3 +18,6 @@ Why is this awesome?
The PKGBUILDs contains two forms of dependencies:
- Package name written in dependencies, like a "meta" package.
- Normal PKGBUILD content to build dependencies, e.g. AGS, which is often for version controlling.
## Note
- `pkgver()` should be removed from `PKGBUILD` cuz it will modify the `PKGBUILD` which is tracked by Git and should not be modified during building.