summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2022-10-27 08:08:06 +0000
committerGitHub Action2022-10-27 08:08:06 +0000
commit861455148d8f0fa5c4e2d1ac4b82ca087335eaa6 (patch)
treeab62965788093e2aec2dc6e651842cf89700109d
parente92a60c26498def66063320d716cc6d4751d11f0 (diff)
downloadaur-861455148d8f0fa5c4e2d1ac4b82ca087335eaa6.tar.gz
Update from GitHub Actions: python-biliass: update description and url
https://github.com/ouuan/AUR-packages/actions/runs/3335614704
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90700c721018..1d362b087650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-biliass
- pkgdesc = 将 B 站 XML 弹幕转换为 ASS 弹幕
+ pkgdesc = 将 B 站 XML/protobuf 弹幕转换为 ASS 弹幕
pkgver = 1.3.5
- pkgrel = 1
- url = https://github.com/ShigureLab/biliass
+ pkgrel = 2
+ url = https://github.com/yutto-dev/biliass
arch = any
license = GPL3
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index c72637e036a7..cbe97611e61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-biliass
_pypiname=biliass
pkgver=1.3.5
-pkgrel=1
-pkgdesc='将 B 站 XML 弹幕转换为 ASS 弹幕'
+pkgrel=2
+pkgdesc='将 B 站 XML/protobuf 弹幕转换为 ASS 弹幕'
arch=('any')
-url='https://github.com/ShigureLab/biliass'
+url='https://github.com/yutto-dev/biliass'
license=('GPL3')
depends=('python-protobuf')
makedepends=('python-setuptools' 'python-wheel')