summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-10-31 22:26:12 +0000
committerJonathon Fernyhough2020-10-31 22:26:12 +0000
commitc9b1d22d7925d29ac9aae7e0466e1c1aeba24540 (patch)
treed5b64741148d74348dbe8ee2250b7cade3de4835
parentc87291638310b7b8d6f795392d9b7775c98dc482 (diff)
downloadaur-c9b1d22d7925d29ac9aae7e0466e1c1aeba24540.tar.gz
Add missing depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 024741ebbc02..e52ba4f5da28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
pkgbase = hypnotix-git
pkgdesc = An IPTV app
pkgver = r2.5687e0e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/hypnotix
arch = any
license = unknown
makedepends = git
depends = dconf
depends = hicolor-icon-theme
+ depends = lua51
+ depends = python-requests
depends = python-setproctitle
+ depends = xapp
provides = hypnotix
conflicts = hypnotix
source = git+https://github.com/linuxmint/hypnotix.git
diff --git a/PKGBUILD b/PKGBUILD
index d775bc35fea8..ca80503a6110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=hypnotix-git
pkgver=r2.5687e0e
-pkgrel=1
+pkgrel=2
pkgdesc="An IPTV app"
arch=(any)
url="https://github.com/linuxmint/hypnotix"
license=(unknown)
-depends=(dconf hicolor-icon-theme python-setproctitle)
+depends=(dconf hicolor-icon-theme lua51 python-requests python-setproctitle xapp)
makedepends=(git)
provides=(hypnotix)
conflicts=(hypnotix)