mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Update to 29.5.0-1
Automatically committed from https://github.com/BrenekH/automated-aur/pull/219.
This commit is contained in:
parent
67a7fda832
commit
9b27973373
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = auto-editor-bin
|
||||
pkgdesc = A command line application for automatically editing video and audio.
|
||||
pkgver = 29.4.0
|
||||
pkgver = 29.5.0
|
||||
pkgrel = 1
|
||||
url = https://auto-editor.com/
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = auto-editor-bin
|
|||
provides = auto-editor
|
||||
conflicts = auto-editor
|
||||
options = !debug
|
||||
source = auto-editor-29.4.0-bin::https://github.com/WyattBlue/auto-editor/releases/download/29.4.0/auto-editor-linux-x86_64
|
||||
sha256sums = 06918eb8126e1813d2ce0fe36472771a1237c3c8912395c94a0cddcd84b62cdb
|
||||
source = auto-editor-29.5.0-bin::https://github.com/WyattBlue/auto-editor/releases/download/29.5.0/auto-editor-linux-x86_64
|
||||
sha256sums = 51ac6b713440ae77c27d8619527cc88413cc45f40dc039e0190725b070fffa2b
|
||||
|
||||
pkgname = auto-editor-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: ston <2424284164@qq.com>
|
||||
|
||||
pkgname=auto-editor-bin
|
||||
pkgver=29.4.0
|
||||
pkgver=29.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="A command line application for automatically editing video and audio."
|
||||
url="https://auto-editor.com/"
|
||||
|
|
@ -15,7 +15,7 @@ optdepends=(
|
|||
'yt-dlp: download and use URLs as inputs'
|
||||
'xdg-utils: automatically open completed files with xdg-open')
|
||||
source=("auto-editor-$pkgver-bin::https://github.com/WyattBlue/auto-editor/releases/download/${pkgver}/auto-editor-linux-${CARCH}")
|
||||
sha256sums=('06918eb8126e1813d2ce0fe36472771a1237c3c8912395c94a0cddcd84b62cdb')
|
||||
sha256sums=('51ac6b713440ae77c27d8619527cc88413cc45f40dc039e0190725b070fffa2b')
|
||||
|
||||
options=(!debug)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue