summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-08-05 08:54:38 -0600
committerMark Wagie2020-08-05 08:54:38 -0600
commit9052e5233c8b2b328f182f55f3d0c057a157e794 (patch)
tree012f251eca21f8823aa67e2821539fa62923c387
parent0f1662ee0dada7b6f8358cdf70cfabc03a69cd7d (diff)
downloadaur-9052e5233c8b2b328f182f55f3d0c057a157e794.tar.gz
newer 0.25.3 release
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore13
-rw-r--r--PKGBUILD7
3 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bcacbdad01c..0dff73822e7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = solarwallet-appimage
pkgdesc = Wallet for the Stellar payment network by SatoshiPay (AppImage)
pkgver = 0.25.3
- pkgrel = 1
+ pkgrel = 2
url = https://solarwallet.io/
arch = x86_64
license = MIT
makedepends = npm
provides = solarwallet
conflicts = solarwallet
- options = !strip
- source = https://github.com/satoshipay/solar/archive/v0.25.3.tar.gz
+ 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
- sha256sums = 19d4b8f5f35b992424caaaa1bff346ba8e806b7493a6839d7475170e7c79f4e8
+ sha256sums = dd8f22d4913c41e191eba5812892974913af0fc7e27839c7e0dff4c010566429
sha256sums = ed2e309b16b78b82896331cacb12382c1cd7ca2327884a9a1a4d6320e7044ab7
sha256sums = f651916474463e95ce114b2298bd452c08db389fab30901cadcd86d3b3613f85
diff --git a/.gitignore b/.gitignore
index 577de7a7059f..eb0bb60cfd17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,9 @@
-pkg
-src
-*.pkg.tar.xz
-*.tar.gz
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!solarwallet-appimage.desktop
+!solarwallet-appimage.sh
diff --git a/PKGBUILD b/PKGBUILD
index fb647658ee82..58fb6e4349a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=solarwallet-appimage
_pkgname=solarwallet
_githubname=solar
pkgver=0.25.3
-pkgrel=1
+pkgrel=2
pkgdesc="Wallet for the Stellar payment network by SatoshiPay (AppImage)"
arch=('x86_64')
url='https://solarwallet.io/'
@@ -12,11 +12,10 @@ license=('MIT')
makedepends=('npm')
provides=('solarwallet')
conflicts=('solarwallet')
-options=(!strip)
-source=("https://github.com/satoshipay/$_githubname/archive/v$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/satoshipay/$_githubname/archive/v$pkgver.tar.gz"
"$pkgname.sh"
"$pkgname.desktop")
-sha256sums=('19d4b8f5f35b992424caaaa1bff346ba8e806b7493a6839d7475170e7c79f4e8'
+sha256sums=('dd8f22d4913c41e191eba5812892974913af0fc7e27839c7e0dff4c010566429'
'ed2e309b16b78b82896331cacb12382c1cd7ca2327884a9a1a4d6320e7044ab7'
'f651916474463e95ce114b2298bd452c08db389fab30901cadcd86d3b3613f85')