summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2018-04-14 18:02:09 +0200
committerJulian Brost2018-04-14 20:18:28 +0200
commit8739f14ca857c69a9be45f0eb7c9f45befc465bf (patch)
treed99cf46bbf43d81efd9a6092c9e723b400af0575
parent0b1f71961af7c0675d0dc136d3a1e8a46e1a80ad (diff)
downloadaur-8739f14ca857c69a9be45f0eb7c9f45befc465bf.tar.gz
Add myself as contributor and finally bump pkgrel to 1
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD3
2 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa584bca4296..f6227f70ba9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,37 @@
pkgbase = nginx-unit
pkgdesc = Dynamic web application server, designed to run applications in multiple languages.
- pkgver = 0.7
- pkgrel = 2
+ pkgver = 1.0
+ pkgrel = 1
url = http://unit.nginx.org/
arch = i686
arch = x86_64
- license = Apache-2.0
+ license = Apache
makedepends = php-embed
makedepends = python
+ makedepends = python2
makedepends = go
- source = nginx-unit-0.7.tar.gz::https://hg.nginx.org/unit/archive/0.7.tar.gz
- md5sums = 52ab9f68bb2c4bccc393e2365d02c630
+ source = https://unit.nginx.org/download/unit-1.0.tar.gz
+ source = unit.service
+ sha256sums = 13b250032d3aeef554f5e7f67b26dc2c01b9e51f5f392cbeca44db65488ca6f1
+ sha256sums = SKIP
pkgname = nginx-unitd
+ depends = glibc
pkgname = nginx-unit-python
depends = nginx-unitd
depends = python
+pkgname = nginx-unit-python2
+ depends = nginx-unitd
+ depends = python2
+
pkgname = nginx-unit-php
depends = nginx-unitd
- depends = php
+ depends = php-embed
pkgname = nginx-unit-go
+ arch = any
depends = nginx-unitd
depends = go
diff --git a/PKGBUILD b/PKGBUILD
index 1650b7f280f3..37bf241a07c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Roman Voropaev <voropaev.roma@gmail.com>
+# Contributor: Julian Brost <julian@0x4a42.net>
pkgbase='nginx-unit'
pkgname=('nginx-unitd'
@@ -8,7 +9,7 @@ pkgname=('nginx-unitd'
'nginx-unit-go')
_shortname='unit'
pkgver=1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Dynamic web application server, designed to run applications in multiple languages."
arch=('i686' 'x86_64')
url="http://unit.nginx.org/"