summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-07-05 11:00:56 +0300
committerJonian Guveli2018-07-05 11:00:56 +0300
commit5d79a380e570b4c3139bdbad87ff6f7e683edb16 (patch)
treedb6f90a21cfd3f0fa24ce5971af375b3c3476dd0
parentab12605b60d07ac4ce0218d2d1d490b3015b19e6 (diff)
downloadaur-5d79a380e570b4c3139bdbad87ff6f7e683edb16.tar.gz
update makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc81811df7eb..5cd596b0d6da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = acestream-launcher
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
+ makedepends = desktop-file-utils
depends = python
depends = curl
depends = acestream-engine
diff --git a/PKGBUILD b/PKGBUILD
index 6a44d3ecd23e..fc842d44a412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="https://github.com/jonian/acestream-launcher"
license=("GPL")
depends=("python" "curl" "acestream-engine")
optdepends=("mpv" "libnotify")
+makedepends=("desktop-file-utils")
provides=("acestream-launcher")
source=("$pkgname-$pkgver::https://github.com/jonian/acestream-launcher/archive/v$pkgver.tar.gz")
md5sums=("de43dea785f3f753cbd453a2d6f52440")