diff options
author | Miodrag Tokić | 2024-08-03 14:43:00 +0200 |
---|---|---|
committer | Miodrag Tokić | 2024-08-03 14:43:00 +0200 |
commit | 50d1701de8f41f4d524c9b25bb4f325c42ce14fa (patch) | |
tree | 335386a9a341e5e7f17114a23b78b25c8ae75fc3 /.SRCINFO | |
parent | d8d54bcfc0e32ce909bbd5b10a5731ab020e7134 (diff) | |
download | aur-50d1701de8f41f4d524c9b25bb4f325c42ce14fa.tar.gz |
Add missing build dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,13 +1,14 @@ pkgbase = python-sqlglot pkgdesc = An easily customizable SQL parser and transpiler pkgver = 23.14.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/tobymao/sqlglot arch = any license = MIT - makedepends = python-setuptools makedepends = python-build makedepends = python-installer + makedepends = python-setuptools + makedepends = python-setuptools-scm makedepends = python-wheel depends = python options = !emptydirs |