mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Update to 26.1.1-1
Automatically committed from https://github.com/BrenekH/automated-aur/pull/168.
This commit is contained in:
parent
d9ffff3d3e
commit
e6d53fcc0a
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = auto-editor
|
||||
pkgdesc = A command line application for automatically editing video and audio.
|
||||
pkgver = 26.1.0
|
||||
pkgver = 26.1.1
|
||||
pkgrel = 1
|
||||
url = https://auto-editor.com/
|
||||
arch = any
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = auto-editor
|
|||
depends = python-numpy
|
||||
depends = python-av
|
||||
optdepends = yt-dlp: download and use URLs as inputs
|
||||
source = auto-editor-26.1.0.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/26.1.0.tar.gz
|
||||
sha256sums = 0c50eec33adda81886d24298f30c9d538bc3ebaed834b84cebab90a62e37800d
|
||||
source = auto-editor-26.1.1.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/26.1.1.tar.gz
|
||||
sha256sums = 6350666e945bfbaac3728a6d86b72f84f65b69630e409d1c562e7733d4a53bd1
|
||||
|
||||
pkgname = auto-editor
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: ston <2424284164@qq.com>
|
||||
|
||||
pkgname=auto-editor
|
||||
pkgver=26.1.0
|
||||
pkgver=26.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="A command line application for automatically editing video and audio."
|
||||
url="https://auto-editor.com/"
|
||||
|
|
@ -12,7 +12,7 @@ depends=('python' 'python-numpy' 'python-av')
|
|||
optdepends=('yt-dlp: download and use URLs as inputs')
|
||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/WyattBlue/auto-editor/archive/refs/tags/${pkgver}.tar.gz")
|
||||
sha256sums=('0c50eec33adda81886d24298f30c9d538bc3ebaed834b84cebab90a62e37800d')
|
||||
sha256sums=('6350666e945bfbaac3728a6d86b72f84f65b69630e409d1c562e7733d4a53bd1')
|
||||
|
||||
build() {
|
||||
cd auto-editor-$pkgver
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue