Skip to content

Commit

Permalink
python-biliass: rebuild
Browse files Browse the repository at this point in the history
- Add python-maturin to makedepends

Signed-off-by: Roald Clark <[email protected]>
  • Loading branch information
roaldclark committed Oct 8, 2024
1 parent 1c50773 commit 6353087
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions archlinuxcn/python-biliass/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ _pkgname=biliass
pkgver=1.3.13
pkgrel=1
pkgdesc='A tool to convert Bilibili XML/protobuf comments to ASS subtitles'
arch=('any')
url='https://github.com/yutto-dev/biliass'
license=('GPL-3.0-only')
arch=('x86_64')
url='https://github.com/yutto-dev/yutto/tree/main/packages/biliass'
license=('GPL-3.0-or-later')
depends=(
'gcc-libs'
'glibc'
'python'
'python-protobuf'
)
makedepends=(
'python-build'
'python-hatchling'
'python-installer'
'python-poetry-core'
'python-maturin'
'python-wheel'
)
source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
Expand Down
2 changes: 1 addition & 1 deletion archlinuxcn/python-biliass/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ update_on:
pypi: biliass
- alias: python
- source: manual
manual: 1.2
manual: 1.3

maintainers:
- github: roaldclark

0 comments on commit 6353087

Please sign in to comment.