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.
14 lines
515 B
Plaintext
14 lines
515 B
Plaintext
pkgbase = owlry-lua
|
|
pkgdesc = Lua scripting runtime for Owlry — enables user-created Lua plugins
|
|
pkgver = 1.1.0
|
|
pkgrel = 1
|
|
url = https://somegit.dev/Owlibou/owlry
|
|
arch = x86_64
|
|
license = GPL-3.0-or-later
|
|
makedepends = cargo
|
|
depends = owlry-core
|
|
source = owlry-lua-1.1.0.tar.gz::https://somegit.dev/Owlibou/owlry/archive/owlry-lua-v1.1.0.tar.gz
|
|
b2sums = d4b200446a31301b1240fd8eede6e10764d7bbc551f2e5549bfdbdcc0fa4a717677c3c2c69778d2dfa336711ac5b74d4987e46082ea589fed961c9d2ff95af76
|
|
|
|
pkgname = owlry-lua
|