summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Buquet2018-05-13 02:36:42 +0900
committerMaxime Buquet2018-05-13 02:36:42 +0900
commitbb7841f398b1bdecde5de89a7b9e1828495da269 (patch)
tree94c6b12510f408870a7f2a90465dc9abca124eab
parente5772a4a0de740c5c9f46453156dd671453223ec (diff)
downloadaur-bb7841f398b1bdecde5de89a7b9e1828495da269.tar.gz
mud.php merged into daemon.php
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 870c8f2e8084..785de3cd9b22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = movim-git
pkgdesc = Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol.
- pkgver = r5975.e43f3510
+ pkgver = r6336.5fd158bd
pkgrel = 1
url = https://movim.eu
install = movim.install
diff --git a/PKGBUILD b/PKGBUILD
index ff8c31ccf07d..b8e634d33bed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='movim'
pkgname=movim-git
-pkgver=r5975.e43f3510
+pkgver=r6336.5fd158bd
pkgrel=1
pkgdesc="Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol."
arch=('any')
@@ -56,7 +56,7 @@ package() {
cp -r app lib locales src themes vendor "$pkgdir/usr/share/webapps/$_pkgbase"
install -Dm644 VERSION CHANGELOG.md INSTALL.md README.md index.php \
linker.php manifest.webapp "$pkgdir/usr/share/webapps/$_pkgbase"
- install -Dm755 daemon.php mud.php "$pkgdir/usr/share/webapps/$_pkgbase"
+ install -Dm755 daemon.php "$pkgdir/usr/share/webapps/$_pkgbase"
# Configuration file
install -m750 -d "$pkgdir/etc/webapps/$_pkgbase"
@@ -74,8 +74,4 @@ package() {
install -m755 -d "$pkgdir/etc/default"
install -g http -Dm640 "$srcdir/movim.env" "$pkgdir/etc/default/$_pkgbase"
install -Dm644 "$srcdir/movim.service" "$pkgdir/usr/lib/systemd/system/movim.service"
-
- # Easy access to mud.php
- install -d "$pkgdir/usr/bin"
- ln -s "/usr/share/webapps/$_pkgbase/mud.php" "$pkgdir/usr/bin/mud"
}