summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2018-12-05 20:13:37 +0100
committerJulien Nicoulaud2018-12-05 20:13:37 +0100
commitcd6280be08dbb6da25b5caf27b309e5e0c1055a3 (patch)
tree9675823f1d27e2adaa10dca44246cc6b58d2ff7b
parent7665509c1493d6a0e2169af8f1547c177417711d (diff)
downloadaur-cd6280be08dbb6da25b5caf27b309e5e0c1055a3.tar.gz
Remove unrelated stuff
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afb7d56df1f5..f2eb967059d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = everest
pkgdesc = A beautiful, cross-platform REST client.
pkgver = a1.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RohitAwate/Everest
install = everest.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 78fe85b0bf15..1e9fe545e8c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname='Everest'
pkgname='everest'
_pkgver=Alpha-1.3
pkgver=a1.3
-pkgrel=2
+pkgrel=3
pkgdesc="A beautiful, cross-platform REST client."
arch=('any')
url="https://github.com/RohitAwate/Everest"
@@ -32,7 +32,6 @@ build() {
check() {
cd "${srcdir}/${_pkgname}-${_pkgver}"
- export GOPATH="$PWD"
mvn test
}