Skip to content

Commit ee49447

Browse files
sovanesyanclaude
andcommitted
Add PKGBUILD sha256sums for v0.1.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4c645a3 commit ee49447

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=('b4973df728276c54aa54404e62e00e324a33c84959b0fe7ce34c38a2280d189c')
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=('14f730b5b8c3ee53349c2e422ef6ca3888ff9f2c1273c5781080216dd2dc5e71')
1313

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

0 commit comments

Comments
 (0)