chore: bump changed plugins to 1.0.1

This commit is contained in:
2026-03-26 18:51:47 +01:00
parent 7e51425166
commit fe68af7b46
40 changed files with 110 additions and 106 deletions

View File

@@ -1,11 +1,12 @@
pkgbase = owlry-meta-essentials
pkgdesc = Essential plugins for Owlry (calculator, system, ssh, scripts, bookmarks)
pkgdesc = Essential plugin bundle for Owlry (calculator, system, ssh, scripts, bookmarks)
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
arch = any
license = GPL-3.0-or-later
depends = owlry
depends = owlry-core
depends = owlry-plugin-bookmarks
depends = owlry-plugin-calculator
depends = owlry-plugin-scripts

View File

@@ -2,7 +2,7 @@
pkgname=owlry-meta-essentials
pkgver=1.0.0
pkgrel=1
pkgdesc="Essential plugins for Owlry (calculator, system, ssh, scripts, bookmarks)"
pkgdesc="Essential plugin bundle for Owlry (calculator, system, ssh, scripts, bookmarks)"
arch=('any')
url="https://somegit.dev/Owlibou/owlry"
license=('GPL-3.0-or-later')

View File

@@ -1,11 +1,12 @@
pkgbase = owlry-meta-full
pkgdesc = Complete Owlry installation with all plugins
pkgdesc = Complete Owlry installation with all official plugins and runtimes
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
arch = any
license = GPL-3.0-or-later
depends = owlry
depends = owlry-core
depends = owlry-plugin-bookmarks
depends = owlry-plugin-calculator
depends = owlry-plugin-scripts

View File

@@ -2,7 +2,7 @@
pkgname=owlry-meta-full
pkgver=1.0.0
pkgrel=1
pkgdesc="Complete Owlry installation with all plugins"
pkgdesc="Complete Owlry installation with all official plugins and runtimes"
arch=('any')
url="https://somegit.dev/Owlibou/owlry"
license=('GPL-3.0-or-later')

View File

@@ -1,11 +1,12 @@
pkgbase = owlry-meta-tools
pkgdesc = Tool plugins for Owlry (clipboard, emoji, websearch, filesearch, systemd)
pkgdesc = Tool plugin bundle for Owlry (clipboard, emoji, web search, file search, systemd)
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
arch = any
license = GPL-3.0-or-later
depends = owlry
depends = owlry-core
depends = owlry-plugin-clipboard
depends = owlry-plugin-emoji
depends = owlry-plugin-filesearch

View File

@@ -2,7 +2,7 @@
pkgname=owlry-meta-tools
pkgver=1.0.0
pkgrel=1
pkgdesc="Tool plugins for Owlry (clipboard, emoji, websearch, filesearch, systemd)"
pkgdesc="Tool plugin bundle for Owlry (clipboard, emoji, web search, file search, systemd)"
arch=('any')
url="https://somegit.dev/Owlibou/owlry"
license=('GPL-3.0-or-later')

View File

@@ -1,11 +1,12 @@
pkgbase = owlry-meta-widgets
pkgdesc = Widget plugins for Owlry (weather, media, pomodoro)
pkgdesc = Widget plugin bundle for Owlry (weather, media controls, pomodoro timer)
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
arch = any
license = GPL-3.0-or-later
depends = owlry
depends = owlry-core
depends = owlry-plugin-media
depends = owlry-plugin-pomodoro
depends = owlry-plugin-weather

View File

@@ -2,7 +2,7 @@
pkgname=owlry-meta-widgets
pkgver=1.0.0
pkgrel=1
pkgdesc="Widget plugins for Owlry (weather, media, pomodoro)"
pkgdesc="Widget plugin bundle for Owlry (weather, media controls, pomodoro timer)"
arch=('any')
url="https://somegit.dev/Owlibou/owlry"
license=('GPL-3.0-or-later')

View File

@@ -1,17 +1,17 @@
pkgbase = owlry-plugin-bookmarks
pkgdesc = Browser bookmarks plugin for Owlry (Firefox, Chrome, Chromium)
pkgver = 0.4.10
pkgdesc = Bookmarks plugin for Owlry — search and launch browser bookmarks (Firefox, Chrome, Chromium)
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-bookmarks.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
depends = owlry-core
optdepends = firefox: Firefox bookmarks support
optdepends = chromium: Chromium bookmarks support
optdepends = google-chrome: Chrome bookmarks support
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
source = owlry-plugin-bookmarks-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-bookmarks-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-bookmarks

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-bookmarks
pkgver=1.0.0
pkgrel=1
pkgdesc="Browser bookmarks plugin for Owlry (Firefox, Chrome, Chromium)"
pkgdesc="Bookmarks plugin for Owlry — search and launch browser bookmarks (Firefox, Chrome, Chromium)"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,14 +1,14 @@
pkgbase = owlry-plugin-calculator
pkgdesc = Calculator plugin for Owlry - evaluate math expressions
pkgver = 0.4.10
pkgdesc = Calculator plugin for Owlry evaluate math expressions inline
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-calculator.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
depends = owlry-core
source = owlry-plugin-calculator-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-calculator-v1.0.0.tar.gz
b2sums = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
pkgname = owlry-plugin-calculator

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-calculator
pkgver=1.0.0
pkgrel=1
pkgdesc="Calculator plugin for Owlry - evaluate math expressions"
pkgdesc="Calculator plugin for Owlry evaluate math expressions inline"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')
@@ -10,7 +10,7 @@ depends=('owlry-core')
makedepends=('cargo')
install=owlry-plugin-calculator.install
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
b2sums=('SKIP')
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
_cratename=owlry-plugin-calculator

View File

@@ -1,16 +1,16 @@
pkgbase = owlry-plugin-clipboard
pkgdesc = Clipboard history plugin for Owlry
pkgver = 0.4.10
pkgdesc = Clipboard history plugin for Owlry — search and paste previous clipboard entries
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-clipboard.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
depends = owlry-core
depends = cliphist
depends = wl-clipboard
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
source = owlry-plugin-clipboard-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-clipboard-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-clipboard

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-clipboard
pkgver=1.0.0
pkgrel=1
pkgdesc="Clipboard history plugin for Owlry"
pkgdesc="Clipboard history plugin for Owlry — search and paste previous clipboard entries"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,16 +1,16 @@
pkgbase = owlry-plugin-emoji
pkgdesc = Emoji picker plugin for Owlry
pkgver = 0.4.10
pkgdesc = Emoji picker plugin for Owlry — search and insert emoji characters
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-emoji.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
depends = owlry-core
depends = wl-clipboard
depends = noto-fonts-emoji
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
source = owlry-plugin-emoji-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-emoji-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-emoji

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-emoji
pkgver=1.0.0
pkgrel=1
pkgdesc="Emoji picker plugin for Owlry"
pkgdesc="Emoji picker plugin for Owlry — search and insert emoji characters"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,16 +1,16 @@
pkgbase = owlry-plugin-filesearch
pkgdesc = File search plugin for Owlry
pkgver = 0.4.10
pkgdesc = File search plugin for Owlry — find files using fd or mlocate
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-filesearch.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
depends = owlry-core
optdepends = fd: fast file finding (recommended)
optdepends = mlocate: locate-based file search
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
source = owlry-plugin-filesearch-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-filesearch-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-filesearch

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-filesearch
pkgver=1.0.0
pkgrel=1
pkgdesc="File search plugin for Owlry"
pkgdesc="File search plugin for Owlry — find files using fd or mlocate"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,15 +1,15 @@
pkgbase = owlry-plugin-media
pkgdesc = Media player controls plugin for Owlry (MPRIS)
pkgver = 0.4.10
pkgdesc = Media controls plugin for Owlry — control MPRIS-compatible media players
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-media.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
depends = owlry-core
depends = playerctl
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
source = owlry-plugin-media-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-media-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-media

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-media
pkgver=1.0.0
pkgrel=1
pkgdesc="Media player controls plugin for Owlry (MPRIS)"
pkgdesc="Media controls plugin for Owlry — control MPRIS-compatible media players"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,14 +1,14 @@
pkgbase = owlry-plugin-pomodoro
pkgdesc = Pomodoro timer widget plugin for Owlry
pkgver = 0.4.10
pkgdesc = Pomodoro timer widget for Owlry — track focus and break intervals
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-pomodoro.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
depends = owlry-core
source = owlry-plugin-pomodoro-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-pomodoro-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-pomodoro

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-pomodoro
pkgver=1.0.0
pkgrel=1
pkgdesc="Pomodoro timer widget plugin for Owlry"
pkgdesc="Pomodoro timer widget for Owlry — track focus and break intervals"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,14 +1,14 @@
pkgbase = owlry-plugin-scripts
pkgdesc = Custom scripts provider plugin for Owlry
pkgver = 0.4.10
pkgdesc = Scripts plugin for Owlry — launch custom scripts from a configured directory
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-scripts.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
depends = owlry-core
source = owlry-plugin-scripts-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-scripts-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-scripts

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-scripts
pkgver=1.0.0
pkgrel=1
pkgdesc="Custom scripts provider plugin for Owlry"
pkgdesc="Scripts plugin for Owlry — launch custom scripts from a configured directory"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,15 +1,15 @@
pkgbase = owlry-plugin-ssh
pkgdesc = SSH host launcher plugin for Owlry
pkgver = 0.4.10
pkgdesc = SSH plugin for Owlry — quickly connect to SSH hosts from config
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-ssh.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
depends = owlry-core
depends = openssh
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
source = owlry-plugin-ssh-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-ssh-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-ssh

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-ssh
pkgver=1.0.0
pkgrel=1
pkgdesc="SSH host launcher plugin for Owlry"
pkgdesc="SSH plugin for Owlry — quickly connect to SSH hosts from config"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,15 +1,15 @@
pkgbase = owlry-plugin-system
pkgdesc = System actions plugin for Owlry (shutdown, reboot, logout, etc.)
pkgver = 0.4.10
pkgdesc = System actions plugin for Owlry shutdown, reboot, logout, lock, and suspend
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-system.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
depends = owlry-core
depends = systemd
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
source = owlry-plugin-system-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-system-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-system

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-system
pkgver=1.0.0
pkgrel=1
pkgdesc="System actions plugin for Owlry (shutdown, reboot, logout, etc.)"
pkgdesc="System actions plugin for Owlry shutdown, reboot, logout, lock, and suspend"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,15 +1,15 @@
pkgbase = owlry-plugin-systemd
pkgdesc = Systemd service management plugin for Owlry
pkgver = 0.4.10
pkgdesc = Systemd plugin for Owlry — manage systemd user services
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-systemd.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
depends = owlry-core
depends = systemd
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
source = owlry-plugin-systemd-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-systemd-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-systemd

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-systemd
pkgver=1.0.0
pkgrel=1
pkgdesc="Systemd service management plugin for Owlry"
pkgdesc="Systemd plugin for Owlry — manage systemd user services"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,14 +1,14 @@
pkgbase = owlry-plugin-weather
pkgdesc = Weather widget plugin for Owlry
pkgver = 0.4.10
pkgdesc = Weather widget for Owlry — display current weather conditions
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-weather.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
depends = owlry-core
source = owlry-plugin-weather-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-weather-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-weather

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-weather
pkgver=1.0.0
pkgrel=1
pkgdesc="Weather widget plugin for Owlry"
pkgdesc="Weather widget for Owlry — display current weather conditions"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,14 +1,14 @@
pkgbase = owlry-plugin-websearch
pkgdesc = Web search plugin for Owlry (DuckDuckGo, Google, etc.)
pkgver = 0.4.10
pkgdesc = Web search plugin for Owlry — search DuckDuckGo, Google, and custom engines
pkgver = 1.0.0
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-websearch.install
arch = x86_64
license = GPL-3.0-or-later
makedepends = cargo
depends = owlry
source = owlry-0.4.10.tar.gz::https://somegit.dev/Owlibou/owlry/archive/v0.4.10.tar.gz
b2sums = 2d3761ee892d7f283a65fa58ca6206735b1b3b6e7f764f839e8a2cbd2fee2ce446c4b992e664790439393e6cb2f21fb21abacdeaf8de9eca4514da86c608216d
depends = owlry-core
source = owlry-plugin-websearch-1.0.0.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-websearch-v1.0.0.tar.gz
b2sums = SKIP
pkgname = owlry-plugin-websearch

View File

@@ -2,7 +2,7 @@
pkgname=owlry-plugin-websearch
pkgver=1.0.0
pkgrel=1
pkgdesc="Web search plugin for Owlry (DuckDuckGo, Google, etc.)"
pkgdesc="Web search plugin for Owlry — search DuckDuckGo, Google, and custom engines"
arch=('x86_64')
url="https://somegit.dev/Owlibou/owlry-plugins"
license=('GPL-3.0-or-later')

View File

@@ -1,6 +1,6 @@
[package]
name = "owlry-plugin-bookmarks"
version = "1.0.0"
version = "1.0.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "owlry-plugin-calculator"
version = "1.0.0"
version = "1.0.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "owlry-plugin-converter"
version = "1.0.0"
version = "1.0.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "owlry-plugin-emoji"
version = "1.0.0"
version = "1.0.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "owlry-plugin-ssh"
version = "1.0.0"
version = "1.0.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "owlry-plugin-websearch"
version = "1.0.0"
version = "1.0.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true