mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
python-mslex: fix lilac
This commit is contained in:
parent
35386ee63e
commit
fcfcebe763
2 changed files with 20 additions and 20 deletions
|
@ -27,14 +27,14 @@ makedepends=('python-pip'
|
|||
'python-installer'
|
||||
'python-trio'
|
||||
'python-tqdm'
|
||||
'git')
|
||||
'git'
|
||||
)
|
||||
|
||||
_tag=v${pkgver}
|
||||
source=("${_pkg}::git+https://github.com/smoofra/mslex.git#tag=${_tag}")
|
||||
sha256sums=('e60752c7f2229bf551890ee017feb3949a6a32e93cc114e045c55330fe849c44')
|
||||
|
||||
build() {
|
||||
#cd "$_name-$pkgver"
|
||||
cd ${_pkg}
|
||||
python -m build --wheel --no-isolation
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ pre_build_script: |
|
|||
post_build_script: |
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
||||
repo_depends:
|
||||
repo_makedepends:
|
||||
- python-types-setuptools
|
||||
update_on:
|
||||
- source: github
|
||||
|
|
Loading…
Add table
Reference in a new issue