upgpkg: core-testing v0.2.10

upgpkg: core v0.2.10
fix: removed bad syntax in emgauwa-core.service
This commit is contained in:
Tobias Reisinger 2020-08-15 00:33:00 +02:00
parent eb4b919ef7
commit 5510009e71
3 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Maintainer: Tobias Reisinger <tobias@msrg.cc> # Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-core-testing pkgname=emgauwa-core-testing
pkgver=0.2.9 pkgver=0.2.10
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="" pkgdesc=""
@ -17,7 +17,7 @@ source=("https://git.serguzim.me/emgauwa/core/archive/testing-v$pkgver.tar.gz"
"emgauwa-core-testing.service" "emgauwa-core-testing.service"
"emgauwa-core-testing.sysusers" "emgauwa-core-testing.sysusers"
"emgauwa-core-testing.tmpfiles") "emgauwa-core-testing.tmpfiles")
sha256sums=('034432abfce499364d7bb6c6bd9b0947b5ab6b16b669d4d3c188c317b64883ee' sha256sums=('9b0e522e386cee9984049e72f837feba32dd44a0f2011401556c0123f02b5c0e'
'210c8a05bae65e5f19c0c168b0f8c63d064706a9e7885a22a57ca7b04ea4e00f' '210c8a05bae65e5f19c0c168b0f8c63d064706a9e7885a22a57ca7b04ea4e00f'
'c781f4d50da8e158551a47a8549981dad05faaf2d632c4fde8b36b48474ab0ec' 'c781f4d50da8e158551a47a8549981dad05faaf2d632c4fde8b36b48474ab0ec'
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798' 'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'

View file

@ -1,6 +1,6 @@
# Maintainer: Tobias Reisinger <tobias@msrg.cc> # Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-core pkgname=emgauwa-core
pkgver=0.2.9 pkgver=0.2.10
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="" pkgdesc=""
@ -17,9 +17,9 @@ source=("https://git.serguzim.me/emgauwa/core/archive/v$pkgver.tar.gz"
"emgauwa-core.service" "emgauwa-core.service"
"emgauwa-core.sysusers" "emgauwa-core.sysusers"
"emgauwa-core.tmpfiles") "emgauwa-core.tmpfiles")
sha256sums=('034432abfce499364d7bb6c6bd9b0947b5ab6b16b669d4d3c188c317b64883ee' sha256sums=('9b0e522e386cee9984049e72f837feba32dd44a0f2011401556c0123f02b5c0e'
'71d8d0f9e2dba22a256be866cb2b3128115f1a188c18b46c55a3b8718c626133' '71d8d0f9e2dba22a256be866cb2b3128115f1a188c18b46c55a3b8718c626133'
'696e4d020eeb50e900678b3e21c4c114830b23af95169e9a0f0c06d82d053a5c' '559c675302f626dfded86660866554fb78f3fcbae51e5879eee65c9384a06d52'
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798' 'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
'76f7d12b56efbdb06eb14ac758da2daa4ca9f2c6449a0103db6aeab22ed93cd8') '76f7d12b56efbdb06eb14ac758da2daa4ca9f2c6449a0103db6aeab22ed93cd8')

View file

@ -6,8 +6,6 @@ After=network.target
Type=simple Type=simple
WorkingDirectory=/var/lib/emgauwa/core/ WorkingDirectory=/var/lib/emgauwa/core/
ExecStart=emgauwa-core start -c /etc/emgauwa/core.ini ExecStart=emgauwa-core start -c /etc/emgauwa/core.ini
StandardOutput=/var/log/emgauwa/core.log
ErrorOutput=/var/log/emgauwa/core.log
Restart=on-failure Restart=on-failure
[Install] [Install]