summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2019-09-25 13:04:34 -0700
committerBen Widawsky2019-09-25 13:04:34 -0700
commit2c17af497d7997a994f45fda9bcd3817c2730ee7 (patch)
tree887e9bd222098819528621f6545647c5614697af
parent571c31c8324b8d1526b2856dd4147b31a9dfec46 (diff)
downloadaur-2c17af497d7997a994f45fda9bcd3817c2730ee7.tar.gz
Update to 1.3
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acb81d134488..53f6af7a2d4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Oct 13 03:21:40 UTC 2018
pkgbase = icecream
pkgdesc = takes compile jobs from your build and distributes it to remote machines allowing a parallel build on several machines.
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = http://en.opensuse.org/Icecream
install = icecream.install
@@ -10,20 +8,23 @@ pkgbase = icecream
license = GPL2
depends = bash
depends = libcap-ng
+ depends = libarchive
depends = lzo
- optdepends = iceberg-git: A Qt based monitor for icecream nodes
+ depends = zstd
+ optdepends = icecream-sundae: A commandline monitor for Icecream
+ optdepends = icemon: Icecream GUI monitor
optdepends = ccache: ccache enabled remote builds.
provides = icecream
conflicts = icecream-git
backup = etc/icecream.conf
- source = https://github.com/icecc/icecream/archive/1.2.tar.gz
+ source = https://github.com/icecc/icecream/archive/1.3.tar.gz
source = icecream.conf
source = icecream.service
source = icecream-scheduler.service
source = icecreamd
source = icecream-schedulerd
source = ld-icecream.conf
- sha256sums = 12d4132e5aacf6907877b691a8ac09e3e2f704ca016c49bc5eb566fc9185f544
+ sha256sums = 5e147544dcc557ae6f0b13246aa1445f0f244f010de8e137053078275613bd00
sha256sums = 4c1b993761600955a2be53e945a698638ef861a513258956d8aac0e0f8df3dfe
sha256sums = 3bd9286e2a4ef29a41fe414caf3ffb56ae24e2287272dc0d60d62599d20d8cf9
sha256sums = 9b756a140ac3983efa4cddf6590af72d3681834b95ef1f879f34da775dd418cd
diff --git a/PKGBUILD b/PKGBUILD
index 29274267fb2b..985962c37b97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
# Contributor: Sergio Correia <sergio@correia.cc> (modifications derived from icecream-git package)
pkgname=icecream
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="takes compile jobs from your build and distributes it to remote machines allowing a parallel build on several machines."
url="http://en.opensuse.org/Icecream"
license=('GPL2')
makedepends=('')
-depends=('bash' 'libcap-ng' 'lzo')
+depends=('bash' 'libcap-ng' 'libarchive' 'lzo' 'zstd')
provides=('icecream')
-optdepends=('iceberg-git: A Qt based monitor for icecream nodes'
+optdepends=('icecream-sundae: A commandline monitor for Icecream'
+ 'icemon: Icecream GUI monitor'
'ccache: ccache enabled remote builds.')
conflicts=('icecream-git')
backup=('etc/icecream.conf')
@@ -24,7 +25,7 @@ source=("https://github.com/icecc/$pkgname/archive/$pkgver.tar.gz"
icecreamd
icecream-schedulerd
ld-icecream.conf)
-sha256sums=('12d4132e5aacf6907877b691a8ac09e3e2f704ca016c49bc5eb566fc9185f544'
+sha256sums=('5e147544dcc557ae6f0b13246aa1445f0f244f010de8e137053078275613bd00'
'4c1b993761600955a2be53e945a698638ef861a513258956d8aac0e0f8df3dfe'
'3bd9286e2a4ef29a41fe414caf3ffb56ae24e2287272dc0d60d62599d20d8cf9'
'9b756a140ac3983efa4cddf6590af72d3681834b95ef1f879f34da775dd418cd'