From 9f2fda5ef0e9d2f963725bf2c6eb07b25524896a Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Fri, 17 Mar 2023 18:20:08 +0000 Subject: [PATCH] Update auto-editor to 23w11a Automatically committed from https://github.com/BrenekH/automated-aur/pull/74. --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dd0885d99675..4b19b2847986 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.10.3 + pkgver = 23.11.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.10.3.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w10c.tar.gz - sha256sums = f5d5bd634f8617e56e23be47e67729cffbca3edf5ffae8ac25012c38ca9172ea + source = auto-editor-23.11.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w11a.tar.gz + sha256sums = 5d0ce879cf7dfa2ed058778a16539c580ec22c984e7d86023fed483a3d3b04b2 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index 15833f41ca20..354b7b05b35d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=23.10.3 -_pkgver=23w10c +pkgver=23.11.1 +_pkgver=23w11a 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=('f5d5bd634f8617e56e23be47e67729cffbca3edf5ffae8ac25012c38ca9172ea') +sha256sums=('5d0ce879cf7dfa2ed058778a16539c580ec22c984e7d86023fed483a3d3b04b2') build(){ cd auto-editor-$_pkgver