From ae87eb3481204eecc925ecf3708d655a0560161c Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Fri, 1 Mar 2024 02:24:39 +0000 Subject: [PATCH] Update auto-editor to 24w09a Automatically committed from https://github.com/BrenekH/automated-aur/pull/113. --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e5c5c74a03aa..48d4cbd13d3b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor pkgdesc = A command line application for automatically editing video and audio. - pkgver = 24.7.1 + pkgver = 24.9.1 pkgrel = 1 url = https://auto-editor.com/ arch = any @@ -12,7 +12,7 @@ pkgbase = auto-editor depends = python-numpy depends = python-pyav optdepends = yt-dlp: download and use URLs as inputs - source = auto-editor-24.7.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/24w07a.tar.gz - sha256sums = a5c7fc9f8d36d1ab42f27003a7b8130e6af4df070bff3f29f4bb79535e99ccc0 + source = auto-editor-24.9.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/24w09a.tar.gz + sha256sums = e10e3660ee583abc6d5e1c15533e5b9c26ff7f425cc0f540e49e0edee8c00fb4 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index 491dcf3d4f47..dc6ad4fd7db2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=24.7.1 -_pkgver=24w07a +pkgver=24.9.1 +_pkgver=24w09a 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-pyav') optdepends=('yt-dlp: download and use URLs as inputs') makedepends=('python-setuptools' 'python-build' 'python-pip') source=("$pkgname-$pkgver.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${_pkgver}.tar.gz") -sha256sums=('a5c7fc9f8d36d1ab42f27003a7b8130e6af4df070bff3f29f4bb79535e99ccc0') +sha256sums=('e10e3660ee583abc6d5e1c15533e5b9c26ff7f425cc0f540e49e0edee8c00fb4') build() { cd auto-editor-$_pkgver