Update to 0.11.2

This commit is contained in:
Stewart Wong 2025-12-31 07:00:27 +00:00
parent fd47aab38d
commit aca72bf579
2 changed files with 8 additions and 11 deletions

View file

@ -1,9 +1,8 @@
pkgbase = hamr
pkgdesc = Extensible launcher for Hyprland and Niri built with Quickshell
pkgver = 0.11.1
pkgrel = 2
pkgdesc = Extensible launcher for Hyprland built with Quickshell
pkgver = 0.11.2
pkgrel = 1
url = https://github.com/Stewart86/hamr
install = hamr.install
arch = any
license = GPL-3.0-or-later
depends = quickshell
@ -21,23 +20,21 @@ pkgbase = hamr
depends = xdg-utils
depends = libnotify
depends = gtk3
depends = hyprland
depends = libpulse
depends = jq
depends = libqalculate
depends = ttf-material-symbols-variable
depends = ttf-jetbrains-mono-nerd
optdepends = hyprland: Hyprland compositor support
optdepends = niri: Niri compositor support
optdepends = ttf-readex-pro: Reading font for cards (AUR)
optdepends = matugen: Material You color generation from wallpapers
optdepends = tesseract: OCR text extraction for screenshot search
optdepends = tesseract-data-eng: English OCR language data
optdepends = imagemagick: Alternative thumbnail generation
optdepends = bitwarden-cli: Bitwarden password manager integration
optdepends = python-keyring: Secure session storage for Bitwarden plugin
optdepends = slurp: Screen region selection for screenshots
optdepends = wf-recorder: Screen recording
source = hamr-0.11.1::git+https://github.com/Stewart86/hamr.git#tag=v0.11.1
install = hamr.install
source = git+https://github.com/Stewart86/hamr.git
sha256sums = SKIP
pkgname = hamr

View file

@ -1,7 +1,7 @@
# Maintainer: Stewart Wong <siwei.wong@gmail.com>
pkgname=hamr
pkgver=0.11.1
pkgrel=2
pkgver=0.11.2
pkgrel=1
pkgdesc='Extensible launcher for Hyprland and Niri built with Quickshell'
arch=('any')
url='https://github.com/Stewart86/hamr'