[arch-commits] Commit in toxcore/trunk (PKGBUILD toxcore.install)

Jiachen Yang farseerfc at archlinux.org
Fri Jan 13 01:51:14 UTC 2017


    Date: Friday, January 13, 2017 @ 01:51:12
  Author: farseerfc
Revision: 207118

upgpkg: toxcore 1:0.1.3-2

toxcore sysusers rebuild

Modified:
  toxcore/trunk/PKGBUILD
  toxcore/trunk/toxcore.install

-----------------+
 PKGBUILD        |    2 +-
 toxcore.install |    2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-13 01:14:57 UTC (rev 207117)
+++ PKGBUILD	2017-01-13 01:51:12 UTC (rev 207118)
@@ -10,7 +10,7 @@
 _pkgname=c-toxcore
 epoch=1
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
 url='https://tox.chat'

Modified: toxcore.install
===================================================================
--- toxcore.install	2017-01-13 01:14:57 UTC (rev 207117)
+++ toxcore.install	2017-01-13 01:51:12 UTC (rev 207118)
@@ -1,11 +1,9 @@
 post_install() {
-  systemd-sysusers toxcore.conf
   [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
 }
 
 post_upgrade() {
   (( $(vercmp $2 '3523-3') < 0 )) && (
-    systemd-sysusers toxcore.conf
     [[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
   ) || true
 }



More information about the arch-commits mailing list