summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranklyn Tackitt2015-09-08 12:07:18 -0700
committerFranklyn Tackitt2015-09-08 12:07:18 -0700
commit47c0d62f991212252bf3441ae8369d933cac0c27 (patch)
treecf352b4d5bfd3492376cf15ec86d8e7758ba1140
parent7a9b1930fe92d853f5993dfcded6944362288c3d (diff)
downloadaur-systemd-docker.tar.gz
v0.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a14c1daae5f8..daf567c2b2d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = systemd-docker
pkgdesc = Wrapper for "docker run" to handle systemd quirks
- pkgver = 0.2.0
- pkgrel = 2
- url = https://github.com/ibuildthecloud/systemd-docker
+ pkgver = 0.2.1
+ pkgrel = 1
+ url = https://github.com/kageurufu/systemd-docker
arch = x86_64
arch = i686
license = Apache
makedepends = go
- source = https://github.com/ibuildthecloud/systemd-docker/archive/v0.2.0.tar.gz
- sha256sums = 50ec1876113ae349d38130297dd7e8de4c8d832ea2ac0e6089f3106a331c7e41
+ source = https://github.com/kageurufu/systemd-docker/archive/v0.2.1.tar.gz
+ sha256sums = 76aa533ed8575c77dc1acd12adf1ad874b41edc51ca802f392f6f3e687942da5
pkgname = systemd-docker
diff --git a/PKGBUILD b/PKGBUILD
index ad3761ab425a..7afc11b2b1c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: Max Meyer <dev@fedux.org>
+# Maintainer: Franklyn Tackitt <franklyn@tackitt.net>
+# Contributor: Max Meyer <dev@fedux.org>
+
pkgname=systemd-docker
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Wrapper for \"docker run\" to handle systemd quirks "
arch=("x86_64" "i686")
-url="https://github.com/ibuildthecloud/systemd-docker"
+url="https://github.com/kageurufu/systemd-docker"
license=('Apache')
makedepends=(go)
changelog=
-source=("https://github.com/ibuildthecloud/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('50ec1876113ae349d38130297dd7e8de4c8d832ea2ac0e6089f3106a331c7e41')
+source=("https://github.com/kageurufu/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('76aa533ed8575c77dc1acd12adf1ad874b41edc51ca802f392f6f3e687942da5')
build() {
cd "$pkgname-$pkgver"