summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrepo2020-01-02 11:44:34 +0000
committerrepo2020-01-02 11:44:34 +0000
commitf9cc494bf1e6a78a892f98c2f858a805853fa6a6 (patch)
treee64079eeaa291924fc08aab976a5a6120dc8e663
parentb4d1b5a60b01a35f590b9eb9e14fc884a5b8193e (diff)
downloadaur-f9cc494bf1e6a78a892f98c2f858a805853fa6a6.tar.gz
Update from repo
See changes at https://gitlab.com/hexchain/repo/commit/08a0e85f99b9bdaf8ec1d4654eb2f129c90cbc25
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f77cc1dddad1..a8232b57a7e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = elvish
pkgdesc = A friendly and expressive Unix shell.
pkgver = 0.13
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/elves/elvish
install = elvish.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a5a796c2348c..10040a896e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=elvish
pkgver=0.13
-pkgrel=1
+pkgrel=2
pkgdesc="A friendly and expressive Unix shell."
arch=('i686' 'x86_64')
url="https://github.com/elves/elvish"
@@ -25,7 +25,7 @@ prepare() {
build() {
export GOPATH="$srcdir/build"
cd "$srcdir/elvish"
- go build -v -trimpath -ldflags="-extldflags $LDFLAGS -X github.com/elves/elvish/pkg/buildinfo.Version=$pkgver" .
+ go build -v -trimpath -buildmode=pie -ldflags="-extldflags $LDFLAGS -X github.com/elves/elvish/pkg/buildinfo.Version=$pkgver" .
}
check() {