diff --git a/.SRCINFO b/.SRCINFO index 8eaa2b3d30edc..22e7ff118e9d5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = note-gen pkgdesc = A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible) - pkgver = 0.27.0 + pkgver = null pkgrel = 1 url = https://github.com/codexu/note-gen install = note-gen.install @@ -31,7 +31,7 @@ pkgbase = note-gen conflicts = note-gen-bin options = !strip options = !lto - source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.27.0nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz - sha256sums = 932c06a84bd68a5702978f2027be7478c9e4e98d104b328b9a29406ab7652d0f + source = note-gen-0.22.2.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-vnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnulltar.gz + sha256sums = d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed pkgname = note-gen diff --git a/PKGBUILD b/PKGBUILD index 6abf967dc011a..eedafd819bbdb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ChHsich pkgname=note-gen _pkgname=note-gen -pkgver=0.27.0 +pkgver=null pkgrel=1 pkgdesc="A cross-platform Markdown note-taking application with AI integration (X11/Wayland compatible)" arch=('x86_64') @@ -14,7 +14,7 @@ provides=('note-gen') conflicts=('note-gen-bin') options=('!strip' '!lto') source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v$pkgver.tar.gz") -sha256sums=('932c06a84bd68a5702978f2027be7478c9e4e98d104b328b9a29406ab7652d0f') +sha256sums=('d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed') install=$pkgname.install