From 9b1c9702cfda3777062e76d02cf615a825bc6418 Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Thu, 15 Jan 2026 16:35:57 +0000 Subject: [PATCH] Update to 29.6.2-1 Automatically committed from https://github.com/BrenekH/automated-aur/pull/227. --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8c8d3180577b..4f62e62dddd4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor-bin pkgdesc = A command line application for automatically editing video and audio. - pkgver = 29.6.1 + pkgver = 29.6.2 pkgrel = 1 url = https://auto-editor.com/ arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = auto-editor-bin provides = auto-editor conflicts = auto-editor options = !debug - source = auto-editor-29.6.1-bin::https://github.com/WyattBlue/auto-editor/releases/download/29.6.1/auto-editor-linux-x86_64 - sha256sums = 02d7203acbda0d8d143481426fd702d259344bb8240a55769fc3bd21d3ba27d6 + source = auto-editor-29.6.2-bin::https://github.com/WyattBlue/auto-editor/releases/download/29.6.2/auto-editor-linux-x86_64 + sha256sums = 829ea9eeb3f9d4be08a3238949dc22ce339ac4fd1c89eaf745b164ded0143b60 pkgname = auto-editor-bin diff --git a/PKGBUILD b/PKGBUILD index c94f31bd947f..a050e03d5548 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor-bin -pkgver=29.6.1 +pkgver=29.6.2 pkgrel=1 pkgdesc="A command line application for automatically editing video and audio." url="https://auto-editor.com/" @@ -15,7 +15,7 @@ optdepends=( 'yt-dlp: download and use URLs as inputs' 'xdg-utils: automatically open completed files with xdg-open') source=("auto-editor-$pkgver-bin::https://github.com/WyattBlue/auto-editor/releases/download/${pkgver}/auto-editor-linux-${CARCH}") -sha256sums=('02d7203acbda0d8d143481426fd702d259344bb8240a55769fc3bd21d3ba27d6') +sha256sums=('829ea9eeb3f9d4be08a3238949dc22ce339ac4fd1c89eaf745b164ded0143b60') options=(!debug)