summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author月季花中的星辰2021-12-31 05:46:36 +0000
committerChih-Hsuan Yen2022-01-01 12:15:57 +0800
commit13d03cbd39f823a5ba0101b5b0a331331cdfc767 (patch)
tree46c2f410a30bd1e8cb9115b17b1588f1f5cdae55 /PKGBUILD
parent3c3e4ecc3be1ae02aad460d6ea2ff1d37f7cd976 (diff)
downloadaur-13d03cbd39f823a5ba0101b5b0a331331cdfc767.tar.gz
fix the PKGBUILD of lilac-git (#2610)
* fix the PKGBUILD * Update PKGBUILD * Update lilac.yaml * Update PKGBUILD * Update lilac.yaml * delete old scripts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95bd59de73e9..951ae4cc48df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,11 +10,12 @@ arch=(any)
url='https://github.com/archlinuxcn/lilac'
license=(GPL3)
depends=(python git devtools nvchecker gnupg pid_children fakeroot bubblewrap pacman-contrib
- python-requests python-lxml python-yaml python-toml pyalpm
+ python-requests python-lxml python-yaml python-tomli pyalpm
python-structlog python-prctl)
makedepends=(python-setuptools-scm)
optdepends=(
'smtp-forwarder: for sending error reports'
+ 'python-sqlalchemy: for recording build results in a database'
)
checkdepends=(python-pytest)
provides=("$_pkgname=$pkgver")