From 4f482911d55e0a61142d33265689c110536c0db9 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 23 Nov 2017 23:34:06 +0100 Subject: Replace '$(pwd)/' by '$srcdir/' --- .SRCINFO | 4 ++-- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 326e884..fc6c57c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = grv-git pkgdesc = terminal interface for viewing git repositories - pkgver = r227.4ecb757 - pkgrel = 2 + pkgver = r229.121ee06 + pkgrel = 1 url = https://github.com/rgburke/grv arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index be98b5d..6c2e7a4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ _pkgname=grv pkgname=$_pkgname-git -pkgver=r227.4ecb757 -pkgrel=2 +pkgver=r229.121ee06 +pkgrel=1 pkgdesc="terminal interface for viewing git repositories" arch=('i686' 'x86_64') url="https://github.com/rgburke/$_pkgname" @@ -34,6 +34,6 @@ build() { package() { export GOROOT="$GOPATH" - install -Dm755 "$(pwd)/src/github.com/rgburke/grv/grv" "$pkgdir/usr/bin/$_pkgname" + install -Dm755 "$srcdir/src/github.com/rgburke/grv/grv" "$pkgdir/usr/bin/$_pkgname" } -- cgit v1.2.1