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.
20 lines
568 B
Plaintext
20 lines
568 B
Plaintext
pkgbase = owlry-meta-essentials
|
|
pkgdesc = Essential plugin bundle for Owlry (calculator, converter, system, ssh, scripts, bookmarks)
|
|
pkgver = 1.0.0
|
|
pkgrel = 2
|
|
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-converter
|
|
depends = owlry-plugin-scripts
|
|
depends = owlry-plugin-ssh
|
|
depends = owlry-plugin-system
|
|
conflicts = owlry-essentials
|
|
replaces = owlry-essentials
|
|
|
|
pkgname = owlry-meta-essentials
|