From e79489a421482c0943dbf690b9b950d3b57c76b3 Mon Sep 17 00:00:00 2001 From: Austin Bennett Date: Fri, 11 Sep 2026 17:13:12 -0500 Subject: [PATCH] dist/arch: update PKGBUILD to 0.1.6 sha256 of GitHub's v0.1.6 archive, verified stable across two downloads. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01BxDf7HqD1xPnsZP8wt3NTk --- dist/arch/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/arch/PKGBUILD b/dist/arch/PKGBUILD index 1c6b9a6..e38363c 100644 --- a/dist/arch/PKGBUILD +++ b/dist/arch/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Austin Bennett pkgname=kareer -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc="Job application tracker with a Sankey pipeline view and a scriptable CLI (Kirigami)" arch=('x86_64') @@ -29,7 +29,7 @@ makedepends=( ) checkdepends=(appstream) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('bc1011f9a013d8d2b266da0fed7cbb50f7410e71b007844bfb9598639504168c') +sha256sums=('c119d0e18448450cb0d12a16b895b0262ecee2c798bae9bdfa1feb03a6f3809e') build() { cmake -B build -S "Kareer-$pkgver" \