diff --git a/.SRCINFO b/.SRCINFO index 3f19f823a7dc..b00729b575f7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor pkgdesc = A command line application for automatically editing video and audio. - pkgver = 28.0.2 + pkgver = 28.1.0 pkgrel = 1 url = https://auto-editor.com/ arch = any @@ -13,7 +13,7 @@ pkgbase = auto-editor depends = python-numpy depends = python-av optdepends = yt-dlp: download and use URLs as inputs - source = auto-editor-28.0.2.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/28.0.2.tar.gz - sha256sums = b9ef9e9b4aeec791719ca7a8cb447e638af69ae6f021e201d928e02dca784239 + source = auto-editor-28.1.0.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/28.1.0.tar.gz + sha256sums = ac972021b74cc53a2ea8c7ef1de3d79373ff7858e1d1998c037c1992adc860ee pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index 163cc168ac35..5f06ea416437 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=28.0.2 +pkgver=28.1.0 pkgrel=1 pkgdesc="A command line application for automatically editing video and audio." url="https://auto-editor.com/" @@ -12,7 +12,7 @@ depends=('python' 'python-numpy' 'python-av') optdepends=('yt-dlp: download and use URLs as inputs') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('b9ef9e9b4aeec791719ca7a8cb447e638af69ae6f021e201d928e02dca784239') +sha256sums=('ac972021b74cc53a2ea8c7ef1de3d79373ff7858e1d1998c037c1992adc860ee') build() { cd auto-editor-$pkgver