Update to 29.3.0-1

Automatically committed from https://github.com/BrenekH/automated-aur/pull/210.
This commit is contained in:
BrenekH Automated AUR 2025-10-28 19:58:37 +00:00
parent 9eef5b774f
commit b341ee419c
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = auto-editor
pkgdesc = A command line application for automatically editing video and audio.
pkgver = 29.2.0
pkgver = 29.3.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.2.0.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/29.2.0.tar.gz
sha256sums = 00caecef5da2c4525eb65ba36ba6682ad622a7f6f9911a52ceb9ed0a0e73126a
source = auto-editor-29.3.0.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/29.3.0.tar.gz
sha256sums = c805f61b4becfb9bd8aa00721c77eec8905e11a848390bb37307efeb69e24902
pkgname = auto-editor

View file

@ -2,7 +2,7 @@
# Contributor: ston <2424284164@qq.com>
pkgname=auto-editor
pkgver=29.2.0
pkgver=29.3.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=('00caecef5da2c4525eb65ba36ba6682ad622a7f6f9911a52ceb9ed0a0e73126a')
sha256sums=('c805f61b4becfb9bd8aa00721c77eec8905e11a848390bb37307efeb69e24902')
prepare() {
cd ${pkgname}-${pkgver}