From 7a22fb39a0690264c9ef9e774b92feb0c2ae3784 Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Mon, 28 Mar 2016 13:30:08 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AF=B8=EB=B0=98=EC=98=81=EB=B6=84=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ce559b6..0b0be65 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -29,7 +29,7 @@ pkgver() { prepare(){ cd "$srcdir/$pkgname" - patch -p1 -i "$srcdir/01-regexp-copy-add.patch" + patch -p1 -i "$srcdir/01-remove-golang16-dependency.patch" mkdir -p "${srcdir}/gopath" export GOPATH="${srcdir}/gopath" }