summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2018-09-30 12:36:58 +0300
committerJonian Guveli2018-09-30 12:36:58 +0300
commit7366d4b0d3f665dca9343a16769f3005a6f8bb91 (patch)
tree643fe62152d75cb6f97092d80fee3775143b6a2f /PKGBUILD
parent29b5228a68226443260da1b32235db075f0a656f (diff)
downloadaur-7366d4b0d3f665dca9343a16769f3005a6f8bb91.tar.gz
remove curl from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5df9394645e2..c8ece868f77a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=("any")
url="https://github.com/jonian/acestream-launcher"
license=("GPL")
-depends=("python" "curl" "acestream-engine")
+depends=("python" "acestream-engine")
optdepends=("mpv" "libnotify")
makedepends=("desktop-file-utils")
provides=("acestream-launcher")