chore(aur): bump all plugins to 1.0.2

This commit is contained in:
2026-03-28 13:41:24 +01:00
parent d6df6ca96e
commit d10fa3cdce
22 changed files with 55 additions and 55 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
pkgbase = owlry-plugin-systemd
pkgdesc = Systemd plugin for Owlry — manage systemd user services
pkgver = 1.0.0
pkgver = 1.0.2
pkgrel = 1
url = https://somegit.dev/Owlibou/owlry-plugins
install = owlry-plugin-systemd.install
@@ -9,7 +9,7 @@ pkgbase = owlry-plugin-systemd
makedepends = cargo
depends = owlry-core
depends = systemd
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 = 3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98
source = owlry-plugin-systemd-1.0.2.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/owlry-plugin-systemd-v1.0.2.tar.gz
b2sums = ce86d6ca5cfb8ce6b57bd998fe2e6c242d2e09f147f3d97bd2de5eedbfd4d081f7bb196d930da8d7158a07771b5b3b6e3e29fe79726c248d30c5a494e1bf63dd
pkgname = owlry-plugin-systemd
+2 -2
View File
@@ -1,6 +1,6 @@
# Maintainer: vikingowl <christian@nachtigall.dev>
pkgname=owlry-plugin-systemd
pkgver=1.0.0
pkgver=1.0.2
pkgrel=1
pkgdesc="Systemd plugin for Owlry — manage systemd user services"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('owlry-core' 'systemd')
makedepends=('cargo')
install=owlry-plugin-systemd.install
source=("$pkgname-$pkgver.tar.gz::https://somegit.dev/Owlibou/owlry-plugins/archive/$pkgname-v$pkgver.tar.gz")
b2sums=('3d9a096485d5dea487a69fd48019eb5cddf2781bda5acce0503ecc5f19412f274b3a6f60a1922c35bd7855e4f72eaacb131d8affd0ee21d00e213345134a1b98')
b2sums=('ce86d6ca5cfb8ce6b57bd998fe2e6c242d2e09f147f3d97bd2de5eedbfd4d081f7bb196d930da8d7158a07771b5b3b6e3e29fe79726c248d30c5a494e1bf63dd')
_cratename=owlry-plugin-systemd