summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa5829444be5..ee7dac5d740c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 15 22:14:41 UTC 2015
+# Wed Sep 27 23:27:14 UTC 2017
pkgbase = hasmail
pkgdesc = System tray application that checks for and notifies about new mail
pkgver = 20150928
- pkgrel = 3
+ pkgrel = 4
url = http://github.com/Jonhoo/hasmail
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 38076994e9ac..ad6e1ac1228f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hasmail
pkgver=20150928
-pkgrel=3
+pkgrel=4
pkgdesc="System tray application that checks for and notifies about new mail"
arch=('x86_64' 'i686')
url="http://github.com/Jonhoo/hasmail"
@@ -18,7 +18,7 @@ build() {
}
check() {
- GOPATH="$GOPATH:$srcdir" go test -v -x ${_gourl}
+ GOPATH="$srcdir" go test -v -x ${_gourl}
}
package() {