Update auto-editor to 23w35a

Automatically committed from https://github.com/BrenekH/automated-aur/pull/94.
This commit is contained in:
BrenekH Automated AUR 2023-08-31 21:05:01 +00:00
parent 2346dc4473
commit d28c0e9792
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = auto-editor
pkgdesc = A command line application for automatically editing video and audio.
pkgver = 23.32.1
pkgver = 23.35.1
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.32.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w32a.tar.gz
sha256sums = 4778c7e683c37e5f4455680f2df3ae615be1d2e6ddf160d0fc385cf200a30732
source = auto-editor-23.35.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w35a.tar.gz
sha256sums = 0f93d94330948c02df5b918b8dfc28847d4c4bd3485f2757568dda0ebebf4c2d
pkgname = auto-editor

View file

@ -2,8 +2,8 @@
# Contributor: ston <2424284164@qq.com>
pkgname=auto-editor
pkgver=23.32.1
_pkgver=23w32a
pkgver=23.35.1
_pkgver=23w35a
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=('4778c7e683c37e5f4455680f2df3ae615be1d2e6ddf160d0fc385cf200a30732')
sha256sums=('0f93d94330948c02df5b918b8dfc28847d4c4bd3485f2757568dda0ebebf4c2d')
build() {
cd auto-editor-$_pkgver