From 3d02bc0c07ac0890905ffd09e22bdf078d5f3488 Mon Sep 17 00:00:00 2001 From: BrenekH Automated AUR Date: Mon, 25 Sep 2023 17:06:28 +0000 Subject: [PATCH] Update auto-editor to 23w38a Automatically committed from https://github.com/BrenekH/automated-aur/pull/95. --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1fee17a5d3ed..78bca1578bd7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = auto-editor pkgdesc = A command line application for automatically editing video and audio. - pkgver = 23.35.1 + pkgver = 23.38.1 pkgrel = 1 url = https://auto-editor.com/ arch = any @@ -11,7 +11,7 @@ pkgbase = auto-editor depends = python-pillow depends = python-av optdepends = yt-dlp: download and use URLs as inputs - source = auto-editor-23.35.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w35a.tar.gz - sha256sums = 0f93d94330948c02df5b918b8dfc28847d4c4bd3485f2757568dda0ebebf4c2d + source = auto-editor-23.38.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w38a.tar.gz + sha256sums = 5a9e53faed6801c9b2f25653603e64278976a7397a57d8d1ab53f2f0fddaf135 pkgname = auto-editor diff --git a/PKGBUILD b/PKGBUILD index a9ef11cdc963..ef1d4b3cb4fd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=23.35.1 -_pkgver=23w35a +pkgver=23.38.1 +_pkgver=23w38a pkgrel=1 pkgdesc="A command line application for automatically editing video and audio." url="https://auto-editor.com/" @@ -13,7 +13,7 @@ depends=('python' 'python-numpy' 'python-pillow' 'python-av') optdepends=('yt-dlp: download and use URLs as inputs') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${_pkgver}.tar.gz") -sha256sums=('0f93d94330948c02df5b918b8dfc28847d4c4bd3485f2757568dda0ebebf4c2d') +sha256sums=('5a9e53faed6801c9b2f25653603e64278976a7397a57d8d1ab53f2f0fddaf135') build() { cd auto-editor-$_pkgver