summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2019-02-27 12:52:53 +0100
committerdigitalone2019-02-27 12:52:53 +0100
commitccbf20d6289bcf6b7a119a584a359b1ad2fd61ee (patch)
tree965b3dee85fe03a0ab729947fcec7e8fe7b507ca
parent45ff171fb96d937e64366a58254261f0f6b09d67 (diff)
downloadaur-ccbf20d6289bcf6b7a119a584a359b1ad2fd61ee.tar.gz
updated licence
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6eb9c0b624b..acb74c057ab8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = acestream-proxy-git
pkgdesc = AceProxy new version capable of providing multiple streams of the same channel over HTTP (git version)
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pepsik-kiev/HTTPAceProxy.git
arch = any
- license = MIT
+ license = custom
depends = acestream-engine
depends = python-gevent>=1.3.3
depends = python-psutil>=5.3.0
diff --git a/PKGBUILD b/PKGBUILD
index fbb79e9b3680..844cda4e20b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=acestream-proxy-git
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="AceProxy new version capable of providing multiple streams of the same channel over HTTP (git version)"
arch=("any")
url="https://github.com/pepsik-kiev/HTTPAceProxy.git"
-license=("MIT")
+license=("custom")
depends=("acestream-engine" "python-gevent>=1.3.3" "python-psutil>=5.3.0")
optdepends=('ffmpeg: for stream transcoding and fine tuning yourself')
provides=("aceproxy")