summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTilman Vatteroth2016-01-24 23:40:55 +0100
committerTilman Vatteroth2016-01-24 23:40:55 +0100
commit5a9b62dd9595f8a3398f07b57779cd648da3e5c9 (patch)
tree1ba90be0e2ef968dcffd2674b32ef41fa3ae8659 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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'