From 7d93ec95155bee7e1b5285e32962ac28fd29bd3e Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Mon, 8 Dec 2025 16:59:35 +0000 Subject: [PATCH] Update to 29.4.0-1 Automatically committed from https://github.com/BrenekH/automated-aur/pull/217. --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e90cd26da92b..83a4ba609d1a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor pkgdesc = A command line application for automatically editing video and audio. - pkgver = 29.3.1 + pkgver = 29.4.0 pkgrel = 1 url = https://auto-editor.com/ arch = x86_64 @@ -21,7 +21,7 @@ pkgbase = auto-editor optdepends = xdg-utils: automatically open completed files with xdg-open provides = auto-editor conflicts = auto-editor-bin - source = auto-editor-29.3.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/29.3.1.tar.gz - sha256sums = 6cfe85e08f034656b488c2455dc8556a45e585572d544193eeb9635de7230d1e + source = auto-editor-29.4.0.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/29.4.0.tar.gz + sha256sums = f40a636c46d29b185704808ab5a730ce272856ad176438bb7782595992009acd pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index a77272ee2c4c..98aa43c1c435 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=29.3.1 +pkgver=29.4.0 pkgrel=1 pkgdesc="A command line application for automatically editing video and audio." url="https://auto-editor.com/" @@ -16,7 +16,7 @@ optdepends=( 'xdg-utils: automatically open completed files with xdg-open') makedepends=("nim" "git") # git is required to bring in the required Nim version (>=2.2.2) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('6cfe85e08f034656b488c2455dc8556a45e585572d544193eeb9635de7230d1e') +sha256sums=('f40a636c46d29b185704808ab5a730ce272856ad176438bb7782595992009acd') prepare() { cd ${pkgname}-${pkgver}