mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.9.0
This commit is contained in:
parent
b8c8b28103
commit
b68d15784e
2 changed files with 6 additions and 4 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = autotitle
|
||||
pkgdesc = Automated media file renamer using online databases
|
||||
pkgver = 1.8.0
|
||||
pkgver = 1.9.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/mydehq/autotitle
|
||||
arch = x86_64
|
||||
|
|
@ -8,8 +8,10 @@ pkgbase = autotitle
|
|||
license = GPL3
|
||||
makedepends = mise
|
||||
depends = glibc
|
||||
depends = mkvtoolnix-cli
|
||||
depends = atomicparsley
|
||||
backup = etc/autotitle/config.yml
|
||||
source = autotitle-1.8.0.tar.gz::https://github.com/mydehq/autotitle/archive/v1.8.0.tar.gz
|
||||
source = autotitle-1.9.0.tar.gz::https://github.com/mydehq/autotitle/archive/v1.9.0.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = autotitle
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: soymadip
|
||||
pkgname=autotitle
|
||||
pkgver=1.8.0
|
||||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Automated media file renamer using online databases"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/mydehq/autotitle"
|
||||
license=('GPL3')
|
||||
|
||||
depends=('glibc')
|
||||
depends=('glibc' 'mkvtoolnix-cli' 'atomicparsley')
|
||||
makedepends=('mise')
|
||||
|
||||
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue