From 2c652c78610dfe0c34925f778b4ed4f5f1f1c001 Mon Sep 17 00:00:00 2001 From: Brenek Harrison Date: Fri, 4 Aug 2023 22:43:17 -0600 Subject: [PATCH 1/2] Update auto-editor to 23w33a --- pkgs/auto-editor/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/auto-editor/PKGBUILD b/pkgs/auto-editor/PKGBUILD index 27a7347..4e03616 100644 --- a/pkgs/auto-editor/PKGBUILD +++ b/pkgs/auto-editor/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=23.28.1 -_pkgver=23w28a +pkgver=23.33.1 +_pkgver=23w33a 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=('7d27d100b6376e9a45af360834ece3529a92cf68d3ff323973d83394afffdb9e') +sha256sums=('fd17da90d7a12ddafba815f93e3cd6d00dd3cc1c2a87be50bf8885babcc22f66') build() { cd auto-editor-$_pkgver From 84c06febf160d15dd0b97e1e041e678278b937e7 Mon Sep 17 00:00:00 2001 From: Brenek Harrison Date: Wed, 9 Aug 2023 22:17:32 -0600 Subject: [PATCH 2/2] Fix the version number (23w33a -> 23w31a) --- pkgs/auto-editor/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/auto-editor/PKGBUILD b/pkgs/auto-editor/PKGBUILD index 4e03616..24017ef 100644 --- a/pkgs/auto-editor/PKGBUILD +++ b/pkgs/auto-editor/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: ston <2424284164@qq.com> pkgname=auto-editor -pkgver=23.33.1 -_pkgver=23w33a +pkgver=23.31.1 +_pkgver=23w31a 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=('fd17da90d7a12ddafba815f93e3cd6d00dd3cc1c2a87be50bf8885babcc22f66') +sha256sums=('e9f9510505f849e4c0d4d43a26cf21d32fa2b33d4439cee70f44fa5bce1f8976') build() { cd auto-editor-$_pkgver