Skip to content

Commit

Permalink
calamares 2.4.90
Browse files Browse the repository at this point in the history
dnscrypt-proxy 1.9.3
docker 1.13.0, docker-proxy merged
jsoncpp prep for 1.8.0, build beofre next qtwebengine
  • Loading branch information
demmm committed Jan 19, 2017
1 parent 8e72bf7 commit 2fd4569
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion calamares/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=calamares
pkgver=2.4.86
pkgver=2.4.90
pkgrel=1
pkgdesc='Distribution-independent installer framework'
arch=('x86_64')
Expand Down
4 changes: 2 additions & 2 deletions dnscrypt-proxy/PKGBUILD
@@ -1,14 +1,14 @@

pkgname=dnscrypt-proxy
pkgver=1.9.2
pkgver=1.9.3
pkgrel=1
pkgdesc="Tool for securing communications between a client and a DNS resolver"
arch=('x86_64')
url="https://dnscrypt.org/"
license=('custom:ISC')
depends=('libsodium')
source=("https://download.dnscrypt.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('96629b3592389688b0147bf8b1895d9f')
md5sums=('90e47aa47f12eb69f0367a035314f475')

build() {
cd ${pkgname}-${pkgver}
Expand Down
8 changes: 4 additions & 4 deletions docker/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=docker
pkgver=1.12.6
pkgver=1.13.0
# add commit associated with the release tag
# build runc & containerd from https://github.com/docker/docker/blob/master/hack/dockerfile/binaries-commits
DOCKER_GITCOMMIT=78d1802
DOCKER_GITCOMMIT=49bf474
pkgrel=1
pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64')
Expand All @@ -16,7 +16,7 @@ install=$pkgname.install
source=("https://github.com/docker/docker/archive/v$pkgver.tar.gz"
'docker.sysusers'
"https://github.com/docker/docker/commit/6f89a8ee1ba6b598dc1f76e829d6db6f830cdb8e.patch")
md5sums=('2db317ab9811641449784fe0fb29d74f'
md5sums=('23d3875ac67d5b67dd1918c45ba98537'
'4324edeb9adc210a2c22f44eb4cb8a74'
'3eff94e59391015f020686d57ffb3c06')

Expand All @@ -40,7 +40,7 @@ package() {
cd $pkgname-$pkgver
install -Dm755 "bundles/$pkgver/dynbinary-client/docker-$pkgver" "$pkgdir/usr/bin/docker"
install -Dm755 "bundles/$pkgver/dynbinary-daemon/dockerd-$pkgver" "$pkgdir/usr/bin/dockerd"
install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" "$pkgdir/usr/bin/docker-proxy"
#install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" "$pkgdir/usr/bin/docker-proxy"

install -Dm644 'contrib/completion/bash/docker' "$pkgdir/usr/share/bash-completion/completions/docker"
install -Dm644 'contrib/completion/zsh/_docker' "$pkgdir/usr/share/zsh/site-functions/_docker"
Expand Down
2 changes: 1 addition & 1 deletion jsoncpp/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=jsoncpp
pkgver=1.7.7
pkgver=1.8.0
pkgrel=1
pkgdesc="A JSON C++ library"
url='https://github.com/open-source-parsers/jsoncpp'
Expand Down

0 comments on commit 2fd4569

Please sign in to comment.