mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.7.0
This commit is contained in:
parent
037031f5f2
commit
94a6c9aa9e
2 changed files with 7 additions and 7 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = autotitle
|
||||
pkgdesc = Automated media file renamer using online databases
|
||||
pkgver = 1.6.1
|
||||
pkgver = 1.7.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/mydehq/autotitle
|
||||
arch = x86_64
|
||||
|
|
@ -8,15 +8,15 @@ pkgbase = autotitle
|
|||
license = GPL3
|
||||
depends = glibc
|
||||
backup = etc/autotitle/config.yml
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.6.1/src/config.yml
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.6.1/LICENSE
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.6.1/README.md
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.7.0/src/config.yml
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.7.0/LICENSE
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.7.0/README.md
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
source_x86_64 = autotitle-linux-amd64::https://github.com/mydehq/autotitle/releases/download/v1.6.1/autotitle-linux-amd64
|
||||
source_x86_64 = autotitle-linux-amd64::https://github.com/mydehq/autotitle/releases/download/v1.7.0/autotitle-linux-amd64
|
||||
sha256sums_x86_64 = SKIP
|
||||
source_aarch64 = autotitle-linux-arm64::https://github.com/mydehq/autotitle/releases/download/v1.6.1/autotitle-linux-arm64
|
||||
source_aarch64 = autotitle-linux-arm64::https://github.com/mydehq/autotitle/releases/download/v1.7.0/autotitle-linux-arm64
|
||||
sha256sums_aarch64 = SKIP
|
||||
|
||||
pkgname = autotitle
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: soymadip
|
||||
pkgname=autotitle
|
||||
pkgver=1.6.1
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="Automated media file renamer using online databases"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue