summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2019-04-06 12:10:03 +0700
committerKonstantin Shalygin2019-04-06 12:10:03 +0700
commitda677d82b969b0af3bbc63be084c959d41aa7e80 (patch)
treec419dc748d997718eb323d1652824e4a5f92ea60
parentdab2e9ca645bd3167448a64c63683b7143aa61bf (diff)
downloadaur-da677d82b969b0af3bbc63be084c959d41aa7e80.tar.gz
As rules of Arch packages is not delete users.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--xupnpd.install3
3 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff1ea3806ac..73f5920fa9ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Apr 6 05:06:37 UTC 2019
+# Sat Apr 6 05:09:36 UTC 2019
pkgbase = xupnpd
pkgdesc = eXtensible UPnP agent (proxy IP TV multicast to DLNA)
pkgver = 1.033
- pkgrel = 6
+ pkgrel = 7
url = http://xupnpd.org
- install = xupnpd.install
arch = x86_64
arch = i686
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index 98ef7797048a..adeb4dd04033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,12 @@
pkgname='xupnpd'
pkgdesc="eXtensible UPnP agent (proxy IP TV multicast to DLNA)"
pkgver='1.033'
-pkgrel='6'
+pkgrel='7'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
url="http://${pkgname}.org"
license=('GPL2')
makedepends=('git' 'lua' 'lua52-luajson')
optdepends=('udpxy: custom udp to http proxy')
-install="${pkgname}.install"
source=("${pkgname}::git+https://github.com/clark15b/${pkgname}"
"res_and_conf_dirs.patch"
"${pkgname}.service"
diff --git a/xupnpd.install b/xupnpd.install
deleted file mode 100644
index 4242a34443a8..000000000000
--- a/xupnpd.install
+++ /dev/null
@@ -1,3 +0,0 @@
-post_remove() {
- /usr/bin/userdel xupnpd > /dev/null
-}