summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Pinedo2020-09-05 11:45:15 +0200
committerChristian Pinedo2020-09-05 11:45:15 +0200
commitdcdf45af4b8512d78d777467ea695fa192e756c9 (patch)
tree63b04f893d8b952dcf78ac204626be85b0380793
parent9052e5233c8b2b328f182f55f3d0c057a157e794 (diff)
downloadaur-dcdf45af4b8512d78d777467ea695fa192e756c9.tar.gz
option !strict is required to build the package successfully
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dff73822e7c..7ad81cd2b021 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = solarwallet-appimage
pkgdesc = Wallet for the Stellar payment network by SatoshiPay (AppImage)
pkgver = 0.25.3
- pkgrel = 2
+ pkgrel = 3
url = https://solarwallet.io/
arch = x86_64
license = MIT
makedepends = npm
provides = solarwallet
conflicts = solarwallet
+ options = !strip
source = solarwallet-appimage-0.25.3.tar.gz::https://github.com/satoshipay/solar/archive/v0.25.3.tar.gz
source = solarwallet-appimage.sh
source = solarwallet-appimage.desktop
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")