summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2017-04-01 12:17:44 +0800
committerIru Cai2017-04-01 12:17:44 +0800
commit80383c9141ed3c75d42d56a62fa72e070d7763d2 (patch)
tree19c530d3cbdf718e2d7cd6edf64d69b580c4331d
parentb96a2497d3392f79f5c6ac2d4a2d467fd692e133 (diff)
downloadaur-80383c9141ed3c75d42d56a62fa72e070d7763d2.tar.gz
2.5.0.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c17fa3e90d5..e98cf8c234a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Feb 21 11:46:27 UTC 2017
+# Sat Apr 1 04:17:36 UTC 2017
pkgbase = s6
pkgdesc = A small suite of programs for UNIX, designed to allow process supervision
- pkgver = 2.4.0.0
+ pkgver = 2.5.0.0
pkgrel = 1
url = http://skarnet.org/software/s6/
arch = i686
arch = x86_64
license = ISC
- depends = skalibs>=2.4.0.0
- depends = execline
- source = http://skarnet.org/software/s6/s6-2.4.0.0.tar.gz
- sha256sums = 5e788d5935dbcce76ac9a99cfcf6ee46a2ffb84220c84225df7589e9a3585560
+ depends = skalibs>=2.5.0.0
+ depends = execline>=2.3.0.0
+ source = http://skarnet.org/software/s6/s6-2.5.0.0.tar.gz
+ sha256sums = 11413aea4add3aea2d0f3f7515d274ac58d4adfb03661a1f6ce7fa2abd24dab1
pkgname = s6
diff --git a/PKGBUILD b/PKGBUILD
index 09e2cbc8a598..086e67cff0f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Josh VanderLinden <arch@cloudlery.com>
pkgname=s6
-pkgver=2.4.0.0
+pkgver=2.5.0.0
pkgrel=1
pkgdesc="A small suite of programs for UNIX, designed to allow process supervision"
arch=('i686' 'x86_64')
url="http://skarnet.org/software/${pkgname}/"
license=('ISC')
-depends=('skalibs>=2.4.0.0' 'execline')
+depends=('skalibs>=2.5.0.0' 'execline>=2.3.0.0')
source=("http://skarnet.org/software/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5e788d5935dbcce76ac9a99cfcf6ee46a2ffb84220c84225df7589e9a3585560')
+sha256sums=('11413aea4add3aea2d0f3f7515d274ac58d4adfb03661a1f6ce7fa2abd24dab1')
build() {
cd ${srcdir}/${pkgname}-${pkgver}