summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSemyon Maryasin2018-04-08 18:49:32 +0300
committerSemyon Maryasin2018-04-08 18:49:32 +0300
commit2db1579b1a528b6a2b42528edcaf8f3a597cc8da (patch)
tree78614c3cd1683c2850681e787eca2d089c872745
parent2be0d57018609613dbd8e96631843fe43e46ae9d (diff)
downloadaur-2db1579b1a528b6a2b42528edcaf8f3a597cc8da.tar.gz
Don't strip info which breaks package, and fix license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed5984fe5900..cd60b70a6925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = zeit-now-bin
pkgdesc = Realtime Global Deployments by Zeit, pre-built binary
pkgver = 11.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://zeit.co/now
arch = x86_64
- license = custom
+ license = Apache
makedepends = gzip
depends = glibc
provides = zeit-now
conflicts = nodejs-now
+ options = !strip
source = https://github.com/zeit/now-cli/releases/download/11.0.6/now-linux.gz
md5sums = bfdd9ff3926982c046168a647de25829
diff --git a/PKGBUILD b/PKGBUILD
index 55617675357e..c92852cbbd34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
# Maintainer: Your Name <youremail@domain.com>
pkgname=zeit-now-bin
pkgver=11.0.6
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Realtime Global Deployments by Zeit, pre-built binary"
arch=("x86_64")
url="https://zeit.co/now"
-license=("custom")
+# license is according to https://www.npmjs.com/package/now
+license=("Apache")
groups=()
depends=("glibc")
makedepends=("gzip")
@@ -21,7 +22,7 @@ provides=("zeit-now")
conflicts=("nodejs-now")
replaces=()
backup=()
-options=()
+options=("!strip")
install=
changelog=
source=("https://github.com/zeit/now-cli/releases/download/${pkgver}/now-linux.gz")