mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
remove dependencies already required by mpv
This commit is contained in:
parent
454b508322
commit
ac3e30bfa8
2 changed files with 2 additions and 8 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = cine
|
||||
pkgdesc = Video Player for Linux
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/diegopvlk/Cine
|
||||
arch = any
|
||||
license = GPL-3.0-or-later
|
||||
|
|
@ -9,12 +9,9 @@ pkgbase = cine
|
|||
makedepends = meson
|
||||
depends = gtk4
|
||||
depends = libadwaita
|
||||
depends = libass
|
||||
depends = libplacebo
|
||||
depends = mpv
|
||||
depends = python-gobject
|
||||
depends = python-mpv
|
||||
depends = uchardet
|
||||
source = Cine-1.0.0.tar.gz::https://github.com/diegopvlk/Cine/archive/refs/tags/v1.0.0.tar.gz
|
||||
sha256sums = ec69c79a608cf0b7de331bcd1f8ef91f31bdfe4e8fb83be070487034d9c7624a
|
||||
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
|
||||
pkgname=cine
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Video Player for Linux"
|
||||
arch=('any')
|
||||
url="https://github.com/diegopvlk/Cine"
|
||||
|
|
@ -9,12 +9,9 @@ license=('GPL-3.0-or-later')
|
|||
depends=(
|
||||
'gtk4'
|
||||
'libadwaita'
|
||||
'libass'
|
||||
'libplacebo'
|
||||
'mpv'
|
||||
'python-gobject'
|
||||
'python-mpv'
|
||||
'uchardet'
|
||||
)
|
||||
makedepends=(
|
||||
'blueprint-compiler'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue