Update to 25.3.1-1

Automatically committed from https://github.com/BrenekH/automated-aur/pull/156.
This commit is contained in:
BrenekH Automated AUR 2024-10-08 18:05:54 +00:00
parent d636536757
commit c7058b0410
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 = 25.3.0
pkgver = 25.3.1
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-25.3.0.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/25.3.0.tar.gz
sha256sums = b0d23fcb906a6d295af581dbd4f6a158fd51ce93bba118576173a6ad1658a44d
source = auto-editor-25.3.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/25.3.1.tar.gz
sha256sums = 4771e5d6603ff4c19b3b5d31b371e19810259b8485d54c9adbea351651359373
pkgname = auto-editor

View file

@ -2,7 +2,7 @@
# Contributor: ston <2424284164@qq.com>
pkgname=auto-editor
pkgver=25.3.0
pkgver=25.3.1
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=('b0d23fcb906a6d295af581dbd4f6a158fd51ce93bba118576173a6ad1658a44d')
sha256sums=('4771e5d6603ff4c19b3b5d31b371e19810259b8485d54c9adbea351651359373')
build() {
cd auto-editor-$pkgver