mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Update auto-editor to 24w09a
Automatically committed from https://github.com/BrenekH/automated-aur/pull/113.
This commit is contained in:
parent
422d893d93
commit
ae87eb3481
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 = 24.7.1
|
||||
pkgver = 24.9.1
|
||||
pkgrel = 1
|
||||
url = https://auto-editor.com/
|
||||
arch = any
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = auto-editor
|
|||
depends = python-numpy
|
||||
depends = python-pyav
|
||||
optdepends = yt-dlp: download and use URLs as inputs
|
||||
source = auto-editor-24.7.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/24w07a.tar.gz
|
||||
sha256sums = a5c7fc9f8d36d1ab42f27003a7b8130e6af4df070bff3f29f4bb79535e99ccc0
|
||||
source = auto-editor-24.9.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/24w09a.tar.gz
|
||||
sha256sums = e10e3660ee583abc6d5e1c15533e5b9c26ff7f425cc0f540e49e0edee8c00fb4
|
||||
|
||||
pkgname = auto-editor
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Contributor: ston <2424284164@qq.com>
|
||||
|
||||
pkgname=auto-editor
|
||||
pkgver=24.7.1
|
||||
_pkgver=24w07a
|
||||
pkgver=24.9.1
|
||||
_pkgver=24w09a
|
||||
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-pyav')
|
|||
optdepends=('yt-dlp: download and use URLs as inputs')
|
||||
makedepends=('python-setuptools' 'python-build' 'python-pip')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${_pkgver}.tar.gz")
|
||||
sha256sums=('a5c7fc9f8d36d1ab42f27003a7b8130e6af4df070bff3f29f4bb79535e99ccc0')
|
||||
sha256sums=('e10e3660ee583abc6d5e1c15533e5b9c26ff7f425cc0f540e49e0edee8c00fb4')
|
||||
|
||||
build() {
|
||||
cd auto-editor-$_pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue