Update to v1.0.1

This commit is contained in:
Stewart Wong 2026-01-27 11:04:55 +00:00
parent 0d3a1876ad
commit 13beb3d929
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = hamr
pkgdesc = A fast, extensible desktop launcher for Linux
pkgver = 1.0.0
pkgver = 1.0.1
pkgrel = 1
url = https://github.com/Stewart86/hamr
arch = x86_64
@ -27,7 +27,7 @@ pkgbase = hamr
optdepends = bitwarden-cli: Bitwarden password manager integration
replaces = hamr-qml
install = hamr.install
source = hamr-1.0.0::git+https://github.com/Stewart86/hamr.git#tag=v1.0.0
source = hamr-1.0.1::git+https://github.com/Stewart86/hamr.git#tag=v1.0.1
sha256sums = SKIP
pkgname = hamr

View file

@ -2,7 +2,7 @@
# AUR package for hamr - builds from source
pkgname=hamr
pkgver=1.0.0
pkgver=1.0.1
pkgrel=1
pkgdesc="A fast, extensible desktop launcher for Linux"
arch=('x86_64')
@ -50,7 +50,7 @@ optdepends=(
)
replaces=('hamr-qml')
install=hamr.install
source=("$pkgname-$pkgver::git+${url}.git#tag=v${pkgver}")
source=("$pkgname-$pkgver::git+${url}.git#tag=v1.0.1${pkgver}")
sha256sums=('SKIP')
build() {