diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-27 03:37:05 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-27 03:37:05 +0000 |
commit | 4534f7b3a3b58171148c3c50d6d067b3ae069b9e (patch) | |
tree | 4eb0be83f53384877369fec34d68a39ce18d4e45 /community/uwsgi | |
parent | bec32799094d2ee07f46a6c5d369603a79438ce6 (diff) |
Sun Apr 27 03:34:14 UTC 2014
Diffstat (limited to 'community/uwsgi')
-rw-r--r-- | community/uwsgi/PKGBUILD | 10 | ||||
-rw-r--r-- | community/uwsgi/uwsgi@.service | 2 | ||||
-rw-r--r-- | community/uwsgi/uwsgi@.socket | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/community/uwsgi/PKGBUILD b/community/uwsgi/PKGBUILD index 55879f1b2..88162a474 100644 --- a/community/uwsgi/PKGBUILD +++ b/community/uwsgi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108645 2014-03-31 03:17:02Z dwallace $ +# $Id: PKGBUILD 110184 2014-04-25 23:44:06Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Valentin Hăloiu <vially.ichb+aur@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -23,7 +23,7 @@ pkgname=(uwsgi ) #uwsgi-plugin-erlang #uwsgi-plugin-admin -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=1 arch=(i686 x86_64) url="http://projects.unbit.it/$pkgbase" @@ -45,11 +45,11 @@ source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz emperor.uwsgi.service emperor.uwsgi.socket) -md5sums=('3d27176082aba18d13871aa89d2610af' +md5sums=('fc37eeb58bd215fa0ed2c97cfe436ff4' 'a0749da07b545efcbb0276f52be22652' '752475ee32286acfbafa49b898616817' - '740a7718bd341b03d916a13ddbbbe694' - 'db70315bbc8cb886a278ba59d5fd8d57' + 'c54a60431d8d81c1a65b9f4b271ac718' + 'ea381549fe65a5d72fa1abb5ceb7d3ef' '1a4516d5cdcf5b95b036f4eae2d0c152' '4d09535ce379c8acd76160f35d5d6b55' '0c09a52fdb88f08c36a8b380f451ce6d' diff --git a/community/uwsgi/uwsgi@.service b/community/uwsgi/uwsgi@.service index 08941b507..2d4bfcc4e 100644 --- a/community/uwsgi/uwsgi@.service +++ b/community/uwsgi/uwsgi@.service @@ -1,5 +1,5 @@ [Unit] -Description=uWSGI Emperor +Description=uWSGI service unit After=syslog.target [Service] diff --git a/community/uwsgi/uwsgi@.socket b/community/uwsgi/uwsgi@.socket index 012b33a7a..641182e9a 100644 --- a/community/uwsgi/uwsgi@.socket +++ b/community/uwsgi/uwsgi@.socket @@ -1,5 +1,5 @@ [Unit] -Description=Socket for uWSGI Cgit +Description=Socket for uWSGI %I [Socket] # Change this to your uwsgi application port or unix socket location |