The aur/ directory was entirely gitignored, preventing PKGBUILD and .SRCINFO files from being tracked. Fix .gitignore to only ignore build artifacts and nested .git dirs, matching the owlry-plugins repo convention.
19 lines
510 B
Plaintext
19 lines
510 B
Plaintext
pkgbase = owlry-meta-tools
|
|
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
|
|
depends = owlry-plugin-systemd
|
|
depends = owlry-plugin-websearch
|
|
conflicts = owlry-tools
|
|
replaces = owlry-tools
|
|
|
|
pkgname = owlry-meta-tools
|