summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjonian2021-09-22 04:17:06 +0300
committerjonian2021-09-22 04:17:06 +0300
commita473963d8dac7c1f005bf7bf9145b6775d91838b (patch)
treee0b0e51896f9099d3afe33e824b09143df7f8abf /PKGBUILD
parent6f38dee7421c38966d1b93167446346b510e65de (diff)
downloadaur-a473963d8dac7c1f005bf7bf9145b6775d91838b.tar.gz
disable strip binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a059c513e2d7..a503fe9d0364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=pnpm-bin
pkgver=6.15.1
-pkgrel=2
+pkgrel=3
pkgdesc="Fast, disk space efficient package manager"
arch=("x86_64")
url="https://github.com/pnpm/pnpm"
license=("MIT License")
+options=("!strip")
provides=("pnpm")
conflicts=("pnpm" "pnpm-git")
source=("pnpm-$pkgver::$url/releases/download/v${pkgver}/pnpm-linux-x64")