1 Commits
Author SHA1 Message Date
austinandClaude Opus 5 e79489a421 dist/arch: update PKGBUILD to 0.1.6
Lint / REUSE compliance (push) Successful in 3s
Lint / clang-format (push) Failing after 4s
Build and Test / Build and run tests (push) Failing after 1s
sha256 of GitHub's v0.1.6 archive, verified stable across two downloads.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01BxDf7HqD1xPnsZP8wt3NTk
2026-09-11 17:13:12 -05:00
+2 -2
View File
@@ -3,7 +3,7 @@
# Maintainer: Austin Bennett <austin at thebennett dot net> # Maintainer: Austin Bennett <austin at thebennett dot net>
pkgname=kareer pkgname=kareer
pkgver=0.1.5 pkgver=0.1.6
pkgrel=1 pkgrel=1
pkgdesc="Job application tracker with a Sankey pipeline view and a scriptable CLI (Kirigami)" pkgdesc="Job application tracker with a Sankey pipeline view and a scriptable CLI (Kirigami)"
arch=('x86_64') arch=('x86_64')
@@ -29,7 +29,7 @@ makedepends=(
) )
checkdepends=(appstream) checkdepends=(appstream)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('bc1011f9a013d8d2b266da0fed7cbb50f7410e71b007844bfb9598639504168c') sha256sums=('c119d0e18448450cb0d12a16b895b0262ecee2c798bae9bdfa1feb03a6f3809e')
build() { build() {
cmake -B build -S "Kareer-$pkgver" \ cmake -B build -S "Kareer-$pkgver" \