mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to 0.11.2
This commit is contained in:
parent
fd47aab38d
commit
aca72bf579
2 changed files with 8 additions and 11 deletions
15
.SRCINFO
15
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue