summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilman Vatteroth2016-01-24 23:40:55 +0100
committerTilman Vatteroth2016-01-24 23:40:55 +0100
commit5a9b62dd9595f8a3398f07b57779cd648da3e5c9 (patch)
tree1ba90be0e2ef968dcffd2674b32ef41fa3ae8659
parenta0d7ed5218c28f870995c1540c2e6733bdf87cf8 (diff)
downloadaur-5a9b62dd9595f8a3398f07b57779cd648da3e5c9.tar.gz
updated the PKGBUILD:
- use https instead of http - added armv7h to working architectures - changed name to trunk thx @linkmauve
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab95d68b1f38..50058b63bf8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 22:28:56 UTC 2016
+# Sun Jan 24 22:39:12 UTC 2016
pkgbase = prosody-hg
- pkgdesc = Lightweight and extensible Jabber/XMPP server written in Lua (nightly builds)
+ pkgdesc = Lightweight and extensible Jabber/XMPP server written in Lua (development build from trunk-branch)
pkgver = 0.10.r7099.8e64e7b82928
pkgrel = 1
- url = http://prosody.im/
+ url = https://prosody.im/
install = prosody.install
arch = i686
arch = x86_64
+ arch = armv7h
license = MIT
makedepends = mercurial
depends = lua51
@@ -21,7 +22,7 @@ pkgbase = prosody-hg
provides = prosody
backup = etc/logrotate.d/prosody
backup = etc/prosody/prosody.cfg.lua
- source = prosody-hg::hg+http://hg.prosody.im/trunk
+ source = prosody-hg::hg+https://hg.prosody.im/trunk
source = prosody.logrotated
source = prosody.tmpfile.d
source = sysuser.conf
diff --git a/PKGBUILD b/PKGBUILD
index e51c4490eeee..10457c4ddd35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,9 @@ pkgver() {
cd "$srcdir/$pkgname"
printf "0.10.r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}
-pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua (nightly builds)"
-arch=('i686' 'x86_64')
-url="http://prosody.im/"
+pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua (development build from trunk-branch)"
+arch=('i686' 'x86_64' 'armv7h')
+url="https://prosody.im/"
license=('MIT')
depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
'openssl')
@@ -27,7 +27,7 @@ optdepends=('lua51-sec: TLS encryption support'
install=prosody.install
backup=('etc/logrotate.d/prosody'
'etc/prosody/prosody.cfg.lua')
-source=("prosody-hg::hg+http://hg.prosody.im/trunk"
+source=("prosody-hg::hg+https://hg.prosody.im/trunk"
'prosody.logrotated'
'prosody.tmpfile.d'
'sysuser.conf'