summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoop Kiefte2018-09-09 04:11:29 +0200
committerJoop Kiefte2018-09-09 04:11:29 +0200
commit02da293200ca3c9e47d15ff0a5d3112957cb4e43 (patch)
treeeee61fe20ec7ca9ebfc1b1c0c81fe5525b529026 /PKGBUILD
parenta976fc1b11f60edc278897326639c8f48d783922 (diff)
downloadaur-etime.tar.gz
Correct packaging problem with go get dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a457ed4c24d4..79bfffd38232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=etime
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="A UTC based universal time system. Explained at etime.neocities.org"
arch=('x86_64' 'i686')
url="http://github.com/LaPingvino/$pkgname/"
@@ -14,7 +14,7 @@ sha256sums=('78367c8e010f3b23d5479bf28a96426e4d1e94b8f7c30a507b4eaeeac731e17b')
build() {
cd "$pkgname-$pkgver/cmd/etime"
-
+ sed -i 's@github.com/lapingvino/etime@../..@' *.go
go build
}