summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Voropaev2018-01-01 18:25:21 +0300
committerRoman Voropaev2018-01-01 18:25:21 +0300
commitf9289f7dac48534010a1d8e9ae9ae6413aeed602 (patch)
tree83c1b28eb637919e12239652e8222ba69c293ef9
parent0a2a4efeab44358bbe149c38b62be2040e40a433 (diff)
downloadaur-f9289f7dac48534010a1d8e9ae9ae6413aeed602.tar.gz
SRCINFO update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD2
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc5b4efa37a..6be89f137e88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,21 @@
pkgbase = nginx-unit
pkgdesc = Dynamic web application server, designed to run applications in multiple languages.
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = http://unit.nginx.org/
arch = i686
arch = x86_64
license = Apache-2.0
- optdepends = python
- optdepends = php-embed
- source = http://hg.nginx.org/unit/archive/0.3.tar.gz
+ makedepends = php-embed
+ makedepends = python
+ source = nginx-unit-0.3.tar.gz::https://hg.nginx.org/unit/archive/0.3.tar.gz
md5sums = 62ac119c9e345e0b447356b543111b33
pkgname = nginx-unit-python
+ depends = nginx-unit
+ depends = python
pkgname = nginx-unit-php
+ depends = nginx-unit
+ depends = php
diff --git a/PKGBUILD b/PKGBUILD
index 54653b5aa913..006037fb1947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='nginx-unit'
pkgname=('nginx-unit-python' 'nginx-unit-php')
_shortname='unit'
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic web application server, designed to run applications in multiple languages."
arch=('i686' 'x86_64')
url="http://unit.nginx.org/"