mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 09:43:48 +01:00
Update auto-editor to 23w20a
Automatically committed from https://github.com/BrenekH/automated-aur/pull/81.
This commit is contained in:
parent
06a313d69e
commit
6a6297abfd
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = auto-editor
|
||||
pkgdesc = A command line application for automatically editing video and audio.
|
||||
pkgver = 23.15.1
|
||||
pkgver = 23.20.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.15.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w15a.tar.gz
|
||||
sha256sums = d1f59a01803e3eeabd81c4e2e8c494c611e9acaf92e4a630f7d5238c887113ad
|
||||
source = auto-editor-23.20.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/23w20a.tar.gz
|
||||
sha256sums = 73bc8b3ed778ee5dfaa974585e399a5eadc27cca054958d8cc057e447ab396c4
|
||||
|
||||
pkgname = auto-editor
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Contributor: ston <2424284164@qq.com>
|
||||
|
||||
pkgname=auto-editor
|
||||
pkgver=23.15.1
|
||||
_pkgver=23w15a
|
||||
pkgver=23.20.1
|
||||
_pkgver=23w20a
|
||||
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=('d1f59a01803e3eeabd81c4e2e8c494c611e9acaf92e4a630f7d5238c887113ad')
|
||||
sha256sums=('73bc8b3ed778ee5dfaa974585e399a5eadc27cca054958d8cc057e447ab396c4')
|
||||
|
||||
build() {
|
||||
cd auto-editor-$_pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue