summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Pinedo2020-09-05 11:45:15 +0200
committerChristian Pinedo2020-09-05 11:45:15 +0200
commitdcdf45af4b8512d78d777467ea695fa192e756c9 (patch)
tree63b04f893d8b952dcf78ac204626be85b0380793 /PKGBUILD
parent9052e5233c8b2b328f182f55f3d0c057a157e794 (diff)
downloadaur-dcdf45af4b8512d78d777467ea695fa192e756c9.tar.gz
option !strict is required to build the package successfully
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58fb6e4349a6..8ee4b5d7edab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=solarwallet-appimage
_pkgname=solarwallet
_githubname=solar
pkgver=0.25.3
-pkgrel=2
+pkgrel=3
pkgdesc="Wallet for the Stellar payment network by SatoshiPay (AppImage)"
arch=('x86_64')
url='https://solarwallet.io/'
@@ -12,6 +12,7 @@ license=('MIT')
makedepends=('npm')
provides=('solarwallet')
conflicts=('solarwallet')
+options=(!strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/satoshipay/$_githubname/archive/v$pkgver.tar.gz"
"$pkgname.sh"
"$pkgname.desktop")