Update NoteGen package

This commit is contained in:
GitHub Actions 2025-10-21 19:55:54 +00:00
parent 700a8a6873
commit 062325f0f3
2 changed files with 2 additions and 2 deletions

View file

@ -19,6 +19,6 @@ pkgbase = note-gen
conflicts = note-gen-bin
options = !strip
source = note-gen-0.22.1.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.22.1.tar.gz
sha256sums = SKIP
sha256sums = 87b8a5af2c8596304890a275bbbba294a01aeb3040ea3dbb3fb12011425ee06b
pkgname = note-gen

View file

@ -13,7 +13,7 @@ provides=('note-gen')
conflicts=('note-gen-bin')
options=('!strip')
source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v$pkgver.tar.gz")
sha256sums=('SKIP')
sha256sums=('87b8a5af2c8596304890a275bbbba294a01aeb3040ea3dbb3fb12011425ee06b')
prepare() {
cd "$_pkgname-$pkgver"