summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-06-05 12:54:19 +0800
committerChih-Hsuan Yen2023-06-05 12:54:19 +0800
commit993bf7d643e285283a266e0423f0493238648ad5 (patch)
tree422d6f7be59ea5fff7eae0ccd1c47b0c2feb3de9 /PKGBUILD
parent34df809c572e972170a38d8c8ac070b33e0d29fb (diff)
downloadaur-lilac-git.tar.gz
lilac-git: add new deps
For https://github.com/archlinuxcn/lilac/pull/201 as well as making namcap happier.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d1088942bf9..1c95b2bed396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,21 @@
_pkgname=lilac
pkgname=$_pkgname-git
-pkgver=r1047.9bbc121
+pkgver=r1093.f627128
pkgrel=1
pkgdesc='The build bot for archlinuxcn'
arch=(any)
url='https://github.com/archlinuxcn/lilac'
license=(GPL3)
-depends=(python git devtools nvchecker gnupg pid_children fakeroot bubblewrap pacman-contrib
+depends=(python git devtools nvchecker gnupg pid_children fakeroot bubblewrap pacman-contrib bash
python-requests python-lxml python-yaml python-tomli python-tomli-w pyalpm
python-structlog python-prctl)
-makedepends=(python-setuptools-scm)
+makedepends=(python-setuptools-scm python-sqlalchemy)
optdepends=(
'smtp-forwarder: for sending error reports'
'python-sqlalchemy: for recording build results in a database'
)
-checkdepends=(python-pytest)
+checkdepends=(python-pytest python-pytest-asyncio)
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
source=('git+https://github.com/archlinuxcn/lilac.git')