summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFranklyn Tackitt2015-09-08 12:07:18 -0700
committerFranklyn Tackitt2015-09-08 12:07:18 -0700
commit47c0d62f991212252bf3441ae8369d933cac0c27 (patch)
treecf352b4d5bfd3492376cf15ec86d8e7758ba1140 /PKGBUILD
parent7a9b1930fe92d853f5993dfcded6944362288c3d (diff)
downloadaur-systemd-docker.tar.gz
v0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
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"