summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-09-30 12:36:58 +0300
committerJonian Guveli2018-09-30 12:36:58 +0300
commit7366d4b0d3f665dca9343a16769f3005a6f8bb91 (patch)
tree643fe62152d75cb6f97092d80fee3775143b6a2f
parent29b5228a68226443260da1b32235db075f0a656f (diff)
downloadaur-7366d4b0d3f665dca9343a16769f3005a6f8bb91.tar.gz
remove curl from dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3fb7b8456e7..af19530c040e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
makedepends = desktop-file-utils
depends = python
- depends = curl
depends = acestream-engine
optdepends = mpv
optdepends = libnotify
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")