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.
18 lines
441 B
Bash
18 lines
441 B
Bash
# Maintainer: vikingowl <christian@nachtigall.dev>
|
|
pkgname=owlry-meta-widgets
|
|
pkgver=1.0.0
|
|
pkgrel=1
|
|
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')
|
|
depends=(
|
|
'owlry'
|
|
'owlry-core'
|
|
'owlry-plugin-media'
|
|
'owlry-plugin-pomodoro'
|
|
'owlry-plugin-weather'
|
|
)
|
|
replaces=('owlry-widgets')
|
|
conflicts=('owlry-widgets')
|