mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur/uwsgi to 1.1.2-1
This commit is contained in:
parent
27a221f138
commit
ee98510ace
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=uwsgi
|
||||
pkgver=1.0.4
|
||||
pkgver=1.1.2
|
||||
pkgrel=1
|
||||
pkgdesc="a fast (pure C), self-healing, developer-friendly WSGI server"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -18,14 +18,14 @@ source=(http://projects.unbit.it/downloads/$pkgname-$pkgver.tar.gz
|
|||
uwsgid.sh
|
||||
uwsgi.ini
|
||||
uwsgid.conf)
|
||||
md5sums=('559c8d1fa8274fb45437c277c0c7f121'
|
||||
md5sums=('69d2a89e283a047c750dde858a384e25'
|
||||
'3dd03dce734b50910b3a5e12da0fc062'
|
||||
'495afaafac6da631a859ab72c5983c36'
|
||||
'5db37c7dbfd432623883d125d7127fbf')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
CFLAGS='' make -f Makefile.Py27
|
||||
python2 uwsgiconfig.py --build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue