summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ffb17abf6a6..4d4f43738918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 06:39:04 UTC 2016
pkgbase = xupnpd
pkgdesc = eXtensible UPnP agent (proxy IP TV multicast to DLNA)
pkgver = 1.033
- pkgrel = 3
+ pkgrel = 4
url = http://xupnpd.org
install = xupnpd.install
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ab3d515a0379
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/*
+src/*
+*.tar.*
+xupnpd/*
diff --git a/PKGBUILD b/PKGBUILD
index fe22d8f95afa..27ec74f9fe6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Tomasz Maciej Nowak <com[dot]gmail[at]tmn505>
-# Maintainer: Konstantin Shalygin (k0ste@cn.ru)
+# Maintainer: Konstantin Shalygin <k0ste@cn.ru>
+# Contributor: Tomasz Maciej Nowak <com[dot]gmail[at]tmn505>
pkgname='xupnpd'
pkgdesc="eXtensible UPnP agent (proxy IP TV multicast to DLNA)"
pkgver='1.033'
-pkgrel='3'
+pkgrel='4'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
-url=("http://${pkgname}.org")
+url="http://${pkgname}.org"
license=('GPL2')
makedepends=('git' 'lua' 'lua-luajson')
optdepends=('udpxy: custom udp to http proxy')