mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
4.9.2
This commit is contained in:
parent
5aeb4768c0
commit
bb72b4bdac
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = filebot
|
||||
pkgdesc = The ultimate TV and Movie Renamer
|
||||
pkgver = 4.9.1
|
||||
pkgrel = 6
|
||||
pkgver = 4.9.2
|
||||
pkgrel = 1
|
||||
url = https://www.filebot.net/
|
||||
install = filebot.install
|
||||
arch = i686
|
||||
|
|
@ -10,8 +10,8 @@ pkgbase = filebot
|
|||
arch = armv7l
|
||||
arch = armv7h
|
||||
license = Commercial
|
||||
depends = java-runtime-headless
|
||||
depends = java-openjfx
|
||||
depends = java-runtime-headless>=11
|
||||
depends = java-openjfx>=11
|
||||
depends = fontconfig
|
||||
depends = chromaprint
|
||||
optdepends = libzen: Required by libmediainfo
|
||||
|
|
@ -20,9 +20,9 @@ pkgbase = filebot
|
|||
provides = filebot
|
||||
conflicts = filebot47
|
||||
conflicts = filebot-git
|
||||
source = https://get.filebot.net/filebot/FileBot_4.9.1/FileBot_4.9.1-aur.tar.xz
|
||||
source = https://get.filebot.net/filebot/FileBot_4.9.2/FileBot_4.9.2-aur.tar.xz
|
||||
source = filebot-arch.sh
|
||||
md5sums = 07dc606ca9a5132bb39bf1bb55088605
|
||||
md5sums = 8417980b971ad2099066216b815f50af
|
||||
md5sums = ceb8aa1774827e96deeac528b3a53c0a
|
||||
|
||||
pkgname = filebot
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -7,15 +7,15 @@
|
|||
# Contributor: Nathan Owe <ndowens04 at gmail>
|
||||
|
||||
pkgname=filebot
|
||||
pkgver=4.9.1
|
||||
pkgrel=6
|
||||
pkgver=4.9.2
|
||||
pkgrel=1
|
||||
pkgdesc="The ultimate TV and Movie Renamer"
|
||||
arch=('i686' 'x86_64' 'aarch64' 'armv7l' 'armv7h')
|
||||
url="https://www.filebot.net/"
|
||||
license=('Commercial')
|
||||
install=$pkgname.install
|
||||
# install=()
|
||||
depends=('java-runtime-headless' 'java-openjfx' 'fontconfig' 'chromaprint')
|
||||
depends=('java-runtime-headless>=11' 'java-openjfx>=11' 'fontconfig' 'chromaprint')
|
||||
makedepends=()
|
||||
provides=('filebot')
|
||||
conflicts=('filebot47' 'filebot-git')
|
||||
|
|
@ -33,7 +33,7 @@ source=(#"https://get.filebot.net/filebot/FileBot_${pkgver}/FileBot_${pkgver}-po
|
|||
#$pkgname.desktop
|
||||
)
|
||||
|
||||
md5sums=('07dc606ca9a5132bb39bf1bb55088605'
|
||||
md5sums=('8417980b971ad2099066216b815f50af'
|
||||
'ceb8aa1774827e96deeac528b3a53c0a')
|
||||
|
||||
optdepends=('libzen: Required by libmediainfo'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue