summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-12-15 17:52:55 +0100
committerAlexander F. Rødseth2019-12-15 17:52:55 +0100
commit39551a9c960dad48207e8cbac87ea841f32835a9 (patch)
treeaa75ca66a4248a405e0952865ced0a8cd42c8313 /PKGBUILD
parent58d80a90c2b6de787f7ebe8838533d55c687b067 (diff)
downloadaur-39551a9c960dad48207e8cbac87ea841f32835a9.tar.gz
Package update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44dd8098d4de..41c6f133810c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=o
pkgver=2.12.1
-pkgrel=1
+pkgrel=2
pkgdesc='Small, fast and VT100-compatible text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
-makedepends=(git go upx)
+makedepends=(git go-pie upx)
source=("git+$url#tag=$pkgver")
sha256sums=('SKIP')
+options=(!strip)
build() {
cd "$pkgname"