[arch-commits] Commit in runc/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sat Jan 14 18:17:49 UTC 2017
Date: Saturday, January 14, 2017 @ 18:17:48
Author: seblu
Revision: 207394
Fix run git path
Modified:
runc/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-14 18:17:11 UTC (rev 207393)
+++ PKGBUILD 2017-01-14 18:17:48 UTC (rev 207394)
@@ -10,7 +10,7 @@
license=('Apache')
depends=('glibc' 'libseccomp')
makedepends=('git' 'go' 'go-md2man')
-source=("git+https://github.com/opencontainers/runc#tag=v$pkgver")
+source=("git+https://github.com/opencontainers/runc.git#tag=v$pkgver")
md5sums=('SKIP')
prepare() {
More information about the arch-commits
mailing list