From 48eb575109b09426ff38cf339e7f197e0eac2a4d Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Sun, 1 Jun 2025 07:52:18 +0000 Subject: [PATCH] Update to 28.0.0-1 Automatically committed from https://github.com/BrenekH/automated-aur/pull/183. --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d9226a525543..6eefbbbf7e65 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor pkgdesc = A command line application for automatically editing video and audio. - pkgver = 27.1.1 + pkgver = 28.0.0 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-27.1.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/27.1.1.tar.gz - sha256sums = 2b81e321995d79e808675f971638cdefb45eed5fbbdf561ac640f70a9bf72d9f + source = auto-editor-28.0.0.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/28.0.0.tar.gz + sha256sums = 224bf869fad8912d9f3bb09b7a4a344ab14d400bb15aa4f37a9754fca8ac0b36 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index 4309f003b5c8..586290b22340 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=27.1.1 +pkgver=28.0.0 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=('2b81e321995d79e808675f971638cdefb45eed5fbbdf561ac640f70a9bf72d9f') +sha256sums=('224bf869fad8912d9f3bb09b7a4a344ab14d400bb15aa4f37a9754fca8ac0b36') build() { cd auto-editor-$pkgver