Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auto-editor to 23w31a #89

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkgs/auto-editor/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Contributor: ston <[email protected]>

pkgname=auto-editor
pkgver=23.28.1
_pkgver=23w28a
pkgver=23.31.1
_pkgver=23w31a
pkgrel=1
pkgdesc="A command line application for automatically editing video and audio."
url="https://auto-editor.com/"
Expand All @@ -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=('e9f9510505f849e4c0d4d43a26cf21d32fa2b33d4439cee70f44fa5bce1f8976')

build() {
cd auto-editor-$_pkgver
Expand Down