summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordon Schulz2020-01-09 17:54:23 +0100
committerGordon Schulz2020-01-09 17:54:57 +0100
commitaa2fddc1dc6f93de3651d7562365ee51fb71970e (patch)
tree9e82724fe085a2b2120cf389eee0a258e33a2ac9
parent54ab8abc7727aac6af291fe89725bcd6cd3887a3 (diff)
downloadaur-go-envtpl.tar.gz
Forgot to remove debugging options
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a7e33d648c..b4e2b02f87c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = go-envtpl
pkgdesc = envtpl renders Go templates on the command line using environment variables
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/subfuzion/envtpl
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 14e6a22cd974..c1cc677b1eac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=go-envtpl
_pkgname=envtpl
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='envtpl renders Go templates on the command line using environment variables'
arch=('x86_64')
url="https://github.com/subfuzion/envtpl"
@@ -12,7 +12,6 @@ source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('1ee5568fd30f8eafa88772b98f6ffe590cf4d7fb68b38ce212b103a27c5b7485')
build() {
- set -vx
cd $_pkgname-$pkgver
go build \
-trimpath \