Add up-to-date check to not recompile things that have not changed
Some checks failed
/ Wake Runner (push) Has been skipped
/ Check if rebuild is necessary (push) Has been skipped
/ Update from AUR (push) Failing after 7s
/ Build and Push (push) Has been skipped

This commit is contained in:
2025-04-23 11:55:47 +02:00
parent cec6417f14
commit a383314040
3 changed files with 79 additions and 2 deletions

View File

@@ -15,7 +15,8 @@ optdepends=(
'sudo: privilege elevation'
'doas: privilege elevation'
)
makedepends=('go>=1.21')
makedepends=('go>=1.21'
'helloworld')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Jguer/yay/archive/v${pkgver}.tar.gz")
sha256sums=('f3f4af5d84f75abc3ea726f192568bdf570e2632b4b3c214effa4bba406ad293')