aboutsummaryrefslogtreecommitdiffstats
path: root/testing/celluloid
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-04 00:51:16 +0300
committerprspkt <prspkt@protonmail.com>2019-06-04 00:51:16 +0300
commit13eb0c6b2fce6b0a1b49e68d6baada10ca0e1386 (patch)
tree29a3000eb20dac08742c6564a7c6baca51866e88 /testing/celluloid
parent206132b7c0258237d314449b7a05eb419758436a (diff)
downloadaports-13eb0c6b2fce6b0a1b49e68d6baada10ca0e1386.tar.bz2
aports-13eb0c6b2fce6b0a1b49e68d6baada10ca0e1386.tar.xz
testing/celluloid: rebuild against mpv-dev
Diffstat (limited to 'testing/celluloid')
-rw-r--r--testing/celluloid/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/celluloid/APKBUILD b/testing/celluloid/APKBUILD
index cdd52c9c18..e752dc113b 100644
--- a/testing/celluloid/APKBUILD
+++ b/testing/celluloid/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=celluloid
pkgver=0.16
-pkgrel=0
+pkgrel=1
pkgdesc="A simple GTK+ frontend for mpv"
url="https://celluloid-player.github.io/"
arch="all"
license="GPL-3.0-or-later"
depends="gsettings-desktop-schemas"
-makedepends="meson appstream-glib-dev glib-dev gtk+3.0-dev mpv libepoxy-dev"
+makedepends="meson appstream-glib-dev glib-dev gtk+3.0-dev mpv-dev libepoxy-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="https://github.com/celluloid-player/celluloid/releases/download/v${pkgver}/gnome-mpv-${pkgver}.tar.xz"
builddir="$srcdir/gnome-mpv-$pkgver"