summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adeb4dd04033..664157603956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,20 @@
pkgname='xupnpd'
pkgdesc="eXtensible UPnP agent (proxy IP TV multicast to DLNA)"
pkgver='1.033'
-pkgrel='7'
+pkgrel='8'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
url="http://${pkgname}.org"
license=('GPL2')
-makedepends=('git' 'lua' 'lua52-luajson')
+depends=('openssl')
+makedepends=('git')
optdepends=('udpxy: custom udp to http proxy')
source=("${pkgname}::git+https://github.com/clark15b/${pkgname}"
"res_and_conf_dirs.patch"
"${pkgname}.service"
"sysusers.conf")
sha256sums=('SKIP'
- '95d436d2bc55bd6fb8affdc4901045d0600092a6045a34f977f79a5950638114'
- '0f6c2a42f676c24dba7bebc804a34f363b12e2dcb4c61bc547c0b722afe09808'
+ 'd1a0060f3cfd2c89ccbaa4322ca184f152919991332b0c40da998d47cde4e01e'
+ 'c5404309699c528e09ff399da1253e3ab6006040c51a1ad6c63d59f1f43c356e'
'3f669a1034bcfb9923822fb0adf6d5a379beb7a184a89cd4d72a5b02bc072852')
_var="var/lib/${pkgname}"
_usr="usr/share/${pkgname}"