diff --git a/.SRCINFO b/.SRCINFO index 33bf05a0ec9bd..39fcef09b1fc3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ pkgbase = autotitle - pkgdesc = Automated anime episode renaming tool with MAL integration - pkgver = 1.0.1 + pkgdesc = Automated media file renamer using online databases + pkgver = 1.2.0 pkgrel = 1 url = https://github.com/mydehq/autotitle arch = x86_64 license = GPL3 depends = glibc backup = etc/autotitle/config.yml - source = autotitle-1.0.1::https://github.com/mydehq/autotitle/releases/download/v1.0.1/autotitle-linux-amd64 - source = https://github.com/mydehq/autotitle/raw/v1.0.1/src/config.yml - source = https://github.com/mydehq/autotitle/raw/v1.0.1/LICENSE - source = https://github.com/mydehq/autotitle/raw/v1.0.1/README.md + source = autotitle-1.2.0::https://github.com/mydehq/autotitle/releases/download/v1.2.0/autotitle-linux-amd64 + source = https://github.com/mydehq/autotitle/raw/v1.2.0/src/config.yml + source = https://github.com/mydehq/autotitle/raw/v1.2.0/LICENSE + source = https://github.com/mydehq/autotitle/raw/v1.2.0/README.md sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index c977f980dccc2..8a5e9047a5a75 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: soymadip pkgname=autotitle -pkgver=1.0.1 +pkgver=1.2.0 pkgrel=1 -pkgdesc="Automated anime episode renaming tool with MAL integration" +pkgdesc="Automated media file renamer using online databases" arch=('x86_64') url="https://github.com/mydehq/autotitle" license=('GPL3')