chore(owlry): bump version to 2.0.1
Patch release covering: - fix(providers): dynamic providers (calc, conv, websearch, filesearch) now appear in owlry doctor and owlry providers <id> output - feat(aur/install-hook): proactive detection of stale owlryd references in user-level systemd units and compositor configs No behavioural changes beyond diagnostic visibility and upgrade-time warnings. No config or API breakage; safe drop-in upgrade. Cargo.toml + PKGBUILD bumped together; .SRCINFO regenerated; b2sum will be refreshed by 'just aur-update' once the tag is pushed.
This commit is contained in:
Generated
+1
-1
@@ -1823,7 +1823,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "owlry"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
pkgbase = owlry
|
||||
pkgdesc = Lightweight Wayland application launcher — UI, daemon, and providers in one binary
|
||||
pkgver = 2.0.0
|
||||
pkgver = 2.0.1
|
||||
pkgrel = 1
|
||||
url = https://somegit.dev/Owlibou/owlry
|
||||
install = owlry.install
|
||||
@@ -78,7 +78,7 @@ pkgbase = owlry
|
||||
replaces = owlry-meta-tools
|
||||
replaces = owlry-meta-full
|
||||
options = !debug
|
||||
source = owlry-2.0.0.tar.gz::https://somegit.dev/Owlibou/owlry/archive/owlry-v2.0.0.tar.gz
|
||||
source = owlry-2.0.1.tar.gz::https://somegit.dev/Owlibou/owlry/archive/owlry-v2.0.1.tar.gz
|
||||
b2sums = e943074d2768cd3260248b67298860b00eeadffab0ccde5bcc07dc71356390c09ea6328fb2655cfdf9323de3a490e410be2b36ac1719bfc11361c4911142ee05
|
||||
|
||||
pkgname = owlry
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Maintainer: vikingowl <christian@nachtigall.dev>
|
||||
pkgname=owlry
|
||||
pkgver=2.0.0
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Lightweight Wayland application launcher — UI, daemon, and providers in one binary"
|
||||
arch=('x86_64')
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "owlry"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
edition = "2024"
|
||||
rust-version = "1.90"
|
||||
description = "A lightweight, owl-themed application launcher for Wayland"
|
||||
|
||||
Reference in New Issue
Block a user