summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorraku-cat2021-07-20 14:20:46 -0500
committerraku-cat2021-07-20 14:20:46 -0500
commitb7a332ea3ca91456a0c46e87ae92eef4f87a3da5 (patch)
treef47615ea3aeea9bfabcf0b6fecb6300de47c7ce4 /PKGBUILD
parentdd7ec88e8adb57ac7d076f2abf956638d33cd0f3 (diff)
downloadaur-pimpmystremio-bin.tar.gz
Disabled binary stripping
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd3d21a7b172..993fc4fde003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"