From 64818f3b020d65c0c320d290c7302a036eb8ba04 Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Fri, 19 Jul 2024 03:48:45 +0000 Subject: [PATCH] Update auto-editor to 24w29a Automatically committed from https://github.com/BrenekH/automated-aur/pull/140. --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 10b58c1ed999..859bccc2b888 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.27.1 + pkgver = 24.29.1 pkgrel = 1 url = https://auto-editor.com/ arch = any @@ -12,7 +12,7 @@ pkgbase = auto-editor depends = python-numpy depends = python-av optdepends = yt-dlp: download and use URLs as inputs - source = auto-editor-24.27.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/24w27a.tar.gz - sha256sums = ff4ac2ce55dcac058c350e168bcd049cc1129a05d54b99c6dac92c1fde38c4fe + source = auto-editor-24.29.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/24w29a.tar.gz + sha256sums = 87c5e8cfcd45dc9df969a5c8485298239eeb2cac411bf6307b10d8f8c6be3980 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index f27f526a90b5..7fe772be945c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=24.27.1 -_pkgver=24w27a +pkgver=24.29.1 +_pkgver=24w29a 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-av') 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=('ff4ac2ce55dcac058c350e168bcd049cc1129a05d54b99c6dac92c1fde38c4fe') +sha256sums=('87c5e8cfcd45dc9df969a5c8485298239eeb2cac411bf6307b10d8f8c6be3980') build() { cd auto-editor-$_pkgver