summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Roberts2019-03-02 19:34:47 +0000
committerPeter Roberts2019-03-02 19:34:47 +0000
commit94c09e87e545323ff74d38ef3e2afc057862fac1 (patch)
treed99203f9f5a330081f0690fd2aea8d601039865d
parentaa05fa6003bfadd0e3c6bd67b187f06e98aff3f9 (diff)
downloadaur-94c09e87e545323ff74d38ef3e2afc057862fac1.tar.gz
Change dependency from go-pie to go
go-pie satisfies go but the other way around is not true The problem with this is that go-pie breaks at least one Go tool, the race detector. This means if you're doing Go development and need to install or update zoom then it will require you to uninstall your Go installation, install go-pie and then move everything back around after That's not really acceptable to me :S
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e37419df5e54..a26730499aa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = zoom-parallel
pkgdesc = Parallel command executor with a focus on simplicity and good cross-platform behaviour
pkgver = 0.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pwr22/zoom
arch = x86_64
license = MIT
- makedepends = go-pie
+ makedepends = go
depends = glibc
source = https://github.com/pwr22/zoom/archive/v0.1.1.tar.gz
sha256sums = 8819f6414919f9c38273398ac02a691e6235ac757bb9c05a739f59971a699e34
diff --git a/PKGBUILD b/PKGBUILD
index 52f6548b3728..0559348835b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Peter Roberts <me@peter-r.co.uk>
pkgname=zoom-parallel
pkgver=0.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Parallel command executor with a focus on simplicity and good cross-platform behaviour "
arch=("x86_64")
url="https://github.com/pwr22/zoom"
license=('MIT')
depends=("glibc")
-makedepends=("go-pie")
+makedepends=("go")
source=("https://github.com/pwr22/zoom/archive/v$pkgver.tar.gz")
sha256sums=("8819f6414919f9c38273398ac02a691e6235ac757bb9c05a739f59971a699e34")