diff --git a/.SRCINFO b/.SRCINFO index 33a88c8e626a..2f8a34c80ec5 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 19f7642f27c4..f0c0673ed686 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Stewart Wong 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'