From 2c377a26aabe1a2ad1cc39c3e5ddcf5032ce6e46 Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Fri, 16 Jun 2023 18:57:35 +0000 Subject: [PATCH] Update auto-editor to 23w24a Automatically committed from https://github.com/BrenekH/automated-aur/pull/86. --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 106012d116b3..236f96b4663c 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.21.1 + pkgver = 23.24.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.21.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w21a.tar.gz - sha256sums = 470abe55f4cc0f498290f3fb6719c6816d7f86c409400fc0caf37e7ca3782fc1 + source = auto-editor-23.24.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w24a.tar.gz + sha256sums = 980e3e6cbd4225438d776a813c95c7e7964e37d756f8a34afb79e8b3adcc90f3 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index 63d12576e66f..9ef61751f7ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=23.21.1 -_pkgver=23w21a +pkgver=23.24.1 +_pkgver=23w24a 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=('470abe55f4cc0f498290f3fb6719c6816d7f86c409400fc0caf37e7ca3782fc1') +sha256sums=('980e3e6cbd4225438d776a813c95c7e7964e37d756f8a34afb79e8b3adcc90f3') build() { cd auto-editor-$_pkgver