summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-11-01 01:35:01 +0000
committerJonathon Fernyhough2020-11-01 01:35:01 +0000
commit4a9d71795ab949e4438341529f6b4c3c368b2b4f (patch)
tree1b2bc901afc064f2666d324aba35a847e1224be7
parentc9b1d22d7925d29ac9aae7e0466e1c1aeba24540 (diff)
downloadaur-4a9d71795ab949e4438341529f6b4c3c368b2b4f.tar.gz
depends+=(mpv)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e52ba4f5da28..976e0656c01a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hypnotix-git
pkgdesc = An IPTV app
pkgver = r2.5687e0e
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxmint/hypnotix
arch = any
license = unknown
@@ -11,6 +11,7 @@ pkgbase = hypnotix-git
depends = lua51
depends = python-requests
depends = python-setproctitle
+ depends = mpv
depends = xapp
provides = hypnotix
conflicts = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index ca80503a6110..693dc578f740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=hypnotix-git
pkgver=r2.5687e0e
-pkgrel=2
+pkgrel=3
pkgdesc="An IPTV app"
arch=(any)
url="https://github.com/linuxmint/hypnotix"
license=(unknown)
-depends=(dconf hicolor-icon-theme lua51 python-requests python-setproctitle xapp)
+depends=(dconf hicolor-icon-theme lua51 python-requests python-setproctitle mpv xapp)
makedepends=(git)
provides=(hypnotix)
conflicts=(hypnotix)