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.
17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
pkgbase = owlry-meta-widgets
|
|
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
|
|
conflicts = owlry-widgets
|
|
replaces = owlry-widgets
|
|
|
|
pkgname = owlry-meta-widgets
|