From c9d587d6bd87f9352e0956fe02323996f2211fe1 Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Mon, 3 Mar 2025 23:58:07 +0000 Subject: [PATCH] Update to 26.3.2-1 Automatically committed from https://github.com/BrenekH/automated-aur/pull/175. --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0b42fe4ec8cf..ca5e10912a55 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor pkgdesc = A command line application for automatically editing video and audio. - pkgver = 26.3.1 + pkgver = 26.3.2 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-26.3.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/26.3.1.tar.gz - sha256sums = b33eaf2f71b08c30bcccc35b969ce2cd4171335cce974831c5136da6f9b6f1a6 + source = auto-editor-26.3.2.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/26.3.2.tar.gz + sha256sums = 14ee04f517160600862da4bdcc80bd710e47a849d18ef2a96e3f278bc177aa31 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index be6f7edaeb6f..d0c3bfd949ab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=26.3.1 +pkgver=26.3.2 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=('b33eaf2f71b08c30bcccc35b969ce2cd4171335cce974831c5136da6f9b6f1a6') +sha256sums=('14ee04f517160600862da4bdcc80bd710e47a849d18ef2a96e3f278bc177aa31') build() { cd auto-editor-$pkgver