Date: Thursday, July 20, 2017 @ 06:08:56 Author: felixonmars Revision: 245756
upgpkg: glider 0.2.0-2 Fix a typo in systemd service Modified: glider/trunk/PKGBUILD glider/trunk/[email protected] -----------------+ PKGBUILD | 4 ++-- [email protected] | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-20 06:08:06 UTC (rev 245755) +++ PKGBUILD 2017-07-20 06:08:56 UTC (rev 245756) @@ -3,7 +3,7 @@ pkgname=glider pkgver=0.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A forward proxy with several protocols support" arch=('i686' 'x86_64') url="https://github.com/nadoo/glider" @@ -13,7 +13,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz" [email protected]) md5sums=('e03f93d8e93c1d2eb1456e84a1f7b212' - '2d9bc2bd97a4dbf7b34076ced8d2877f') + '38b001a947419889dcbe75b9bbda1711') prepare() { mkdir .gopath Modified: [email protected] =================================================================== --- [email protected] 2017-07-20 06:08:06 UTC (rev 245755) +++ [email protected] 2017-07-20 06:08:56 UTC (rev 245756) @@ -5,7 +5,7 @@ [Service] Type=simple User=nobody -ExecStart=/usr/bin/glider -c /etc/glider/%i.conf +ExecStart=/usr/bin/glider -config /etc/glider/%i.conf [Install] WantedBy=multi-user.target
