Update to 1.9.0

This commit is contained in:
soymadip_ 2026-02-19 20:53:29 +00:00
parent b8c8b28103
commit b68d15784e
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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")