Skip to content

Commit d9e4aa0

Browse files
sovanesyanclaude
andcommitted
Add PKGBUILD sha256sums for v0.1.4
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f0fa8bb commit d9e4aa0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/arch-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license=('MIT')
99
provides=('calendarchy')
1010
conflicts=('calendarchy')
1111
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/calendarchy-x86_64-unknown-linux-gnu.tar.gz")
12-
sha256sums=('SKIP')
12+
sha256sums=('3362f330f354198c2bb0215641fce5a618d302e5431e6364dfab1c89deae9ab0')
1313

1414
package() {
1515
install -Dm755 calendarchy "$pkgdir/usr/bin/calendarchy"

pkg/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license=('MIT')
99
makedepends=('cargo')
1010
options=(!lto)
1111
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12-
sha256sums=('SKIP')
12+
sha256sums=('8137df4788358a2febf72e61058b590984d8b18633a750c0e2dc1fcc0b65b848')
1313

1414
prepare() {
1515
cd "$pkgname-$pkgver"

0 commit comments

Comments
 (0)