diff options
author | raku-cat | 2021-07-20 14:20:46 -0500 |
---|---|---|
committer | raku-cat | 2021-07-20 14:20:46 -0500 |
commit | b7a332ea3ca91456a0c46e87ae92eef4f87a3da5 (patch) | |
tree | f47615ea3aeea9bfabcf0b6fecb6300de47c7ce4 /PKGBUILD | |
parent | dd7ec88e8adb57ac7d076f2abf956638d33cd0f3 (diff) | |
download | aur-pimpmystremio-bin.tar.gz |
Disabled binary stripping
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ pkgname=pimpmystremio-bin pkgver=1.2.2 -pkgrel=2 +pkgrel=3 pkgdesc='Local add-on manager for Stremio' arch=('x86_64') url='https://github.com/sungshon/PimpMyStremio' @@ -10,6 +10,7 @@ license=('MIT') optdepends=('stremio: Stremio client') source=("https://github.com/sungshon/PimpMyStremio/releases/download/v${pkgver}/PimpMyStremio-linux.zip") sha256sums=('cd2c93942995ab59e85af18ff3d49aef90d1ebdcc0c9205e3696071df3942c2b') +options=('!strip') package () { install -D -m755 "PimpMyStremio/PimpMyStremio" "${pkgdir}/usr/bin/pimpmystremio" |