diff --git a/.SRCINFO b/.SRCINFO index 6885d22a8ec6..067044aa5167 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor pkgdesc = A command line application for automatically editing video and audio. - pkgver = 23.4 + pkgver = 23.8 pkgrel = 1 url = https://auto-editor.com/ arch = any @@ -11,7 +11,7 @@ pkgbase = auto-editor depends = python-pillow depends = python-av optdepends = yt-dlp: download and use URLs as inputs - source = auto-editor-23.4.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w04a.tar.gz - sha256sums = fd98751189e77412220fcf879b31a7593219322f75808ebe5bf1eb9e719b3b6f + source = auto-editor-23.8.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w08a.tar.gz + sha256sums = 590da6f5f5b72021190677118b7069eb73ed99d094f0c3a9f08c0f7ce3e5d4e0 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index c5740201af67..7970636a09d1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=23.4 -_pkgver=23w04a +pkgver=23.8 +_pkgver=23w08a pkgrel=1 pkgdesc="A command line application for automatically editing video and audio." url="https://auto-editor.com/" @@ -13,7 +13,7 @@ depends=('python' 'python-numpy' 'python-pillow' 'python-av') optdepends=('yt-dlp: download and use URLs as inputs') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${_pkgver}.tar.gz") -sha256sums=('fd98751189e77412220fcf879b31a7593219322f75808ebe5bf1eb9e719b3b6f') +sha256sums=('590da6f5f5b72021190677118b7069eb73ed99d094f0c3a9f08c0f7ce3e5d4e0') build(){ cd auto-editor-$_pkgver