From be25749ed3574ad59e567e753b4eb9b90be61f87 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sun, 21 Jun 2020 19:11:32 +0200 Subject: [PATCH] Removed generated AUR and made sure strip is not used --- deploy/aur/PKGBUILD | 16 ---------------- deploy/aur/PKGBUILD.template | 1 + 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 deploy/aur/PKGBUILD diff --git a/deploy/aur/PKGBUILD b/deploy/aur/PKGBUILD deleted file mode 100644 index 3761f50..0000000 --- a/deploy/aur/PKGBUILD +++ /dev/null @@ -1,16 +0,0 @@ -# Maintainer: Jonas Dellinger -# Maintainer: SP0 Deploy -pkgname="sp0-bin" -pkgver=0.1.0 -pkgrel=1 -pkgdesc='A cross-platform CLI Tool for requesting the Spotify Web API, with a focus on automation. ' -arch=('x86_64') -url='https://github.com/JohnnyCrazy/Sp0' -license=('MIT') -provides=("sp0") -source=("${pkgname}-${pkgver}::https://github.com/JohnnyCrazy/sp0/releases/download/$pkgver/sp0-linux-x64") -sha256sums=('66e401380fe68d3c677a31cb2a2f0b80e282f0e367c42646f4ce10ea8ec6388d') - -package() { - install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/sp0" -} diff --git a/deploy/aur/PKGBUILD.template b/deploy/aur/PKGBUILD.template index 9793731..7ecbd85 100644 --- a/deploy/aur/PKGBUILD.template +++ b/deploy/aur/PKGBUILD.template @@ -5,6 +5,7 @@ pkgver=${TEMPLATE_PKGVER} pkgrel=1 pkgdesc='A cross-platform CLI Tool for requesting the Spotify Web API, with a focus on automation. ' arch=('x86_64') +options=(!strip) url='https://github.com/JohnnyCrazy/Sp0' license=('MIT') provides=("sp0")