summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2020-05-14 14:43:11 +0200
committerAlexander F. Rødseth2020-05-14 14:43:11 +0200
commit2e2ae369892bf705cc52c13552f215522af2c27a (patch)
tree3bcf372a107c9f374aa0de10b2370ac88dd5fb3a
parent9e0cbd59721b09017c65d158ae8e16258451a351 (diff)
downloadaur-2e2ae369892bf705cc52c13552f215522af2c27a.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3fabf041973..3b6466aee676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu May 14 12:43:03 UTC 2020
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.26.3
+ pkgver = 2.28.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -8,7 +10,7 @@ pkgbase = o
makedepends = git
makedepends = go-pie
options = !strip
- source = git+https://github.com/xyproto/o#commit=44ce8835d07d595bcf8637ad2eb020b1d4abbb6c
+ source = git+https://github.com/xyproto/o#commit=78648bca46bcbdbffe79a8985a68dd2711fce35c
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index bcb221360000..a1ef3364692c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.26.3
+pkgver=2.28.0
pkgrel=1
pkgdesc='Small, fast and VT100-compatible text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
makedepends=(git go-pie)
-source=("git+$url#commit=44ce8835d07d595bcf8637ad2eb020b1d4abbb6c") # tag: 2.26.3
+source=("git+$url#commit=78648bca46bcbdbffe79a8985a68dd2711fce35c") # tag: 2.28.0
sha256sums=('SKIP')
options=(!strip)
build() {
cd "$pkgname"
- # Using gccgo + upx gives a smaller size
+ # Using gccgo and upx gives a smaller size
#go build -buildmode=pie -gccgoflags="-s -w $LDFLAGS" && upx o
go build -buildmode=pie -gcflags="all=-trimpath=$PWD" -asmflags "all=-trimpath=$PWD" -ldflags "-s -w -extldflags $LDFLAGS"