mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.0.0-1
This commit is contained in:
parent
3223691385
commit
f2063ba4df
2 changed files with 6 additions and 6 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = autotitle
|
||||
pkgdesc = Automated anime episode renaming tool with MAL integration
|
||||
pkgver = 0.4.0
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/mydehq/autotitle
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
depends = glibc
|
||||
backup = etc/autotitle/config.yml
|
||||
source = autotitle-0.4.0::https://github.com/mydehq/autotitle/releases/download/v0.4.0/autotitle-linux-amd64
|
||||
source = https://github.com/mydehq/autotitle/raw/v0.4.0/src/config.yml
|
||||
source = https://github.com/mydehq/autotitle/raw/v0.4.0/LICENSE
|
||||
source = https://github.com/mydehq/autotitle/raw/v0.4.0/README.md
|
||||
source = autotitle-1.0.0::https://github.com/mydehq/autotitle/releases/download/v1.0.0/autotitle-linux-amd64
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.0.0/src/config.yml
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.0.0/LICENSE
|
||||
source = https://github.com/mydehq/autotitle/raw/v1.0.0/README.md
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: soymadip
|
||||
pkgname=autotitle
|
||||
pkgver=0.4.0
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Automated anime episode renaming tool with MAL integration"
|
||||
arch=('x86_64')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue