summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-01 09:32:46 +0800
committerzxp198210052024-03-01 09:32:46 +0800
commit1d0dcb0c5980cb6388e279d20d64801984ed217a (patch)
treec1c62fb2c174fdc607e4e7220d6fddc74f7ef581
parent3f53763c95db4955496cf5913d199349c7f80cc6 (diff)
downloadaur-1d0dcb0c5980cb6388e279d20d64801984ed217a.tar.gz
update to 3.1.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfa0414fa58b..6749359c8434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = nexus-wallet-bin
pkgdesc = The official Logical and Interface layers of the Nexus Software Stack.
- pkgver = 3.1.2
- pkgrel = 2
+ pkgver = 3.1.3
+ pkgrel = 1
url = https://crypto.nexus.io/wallet
arch = x86_64
license = MIT
depends = alsa-lib
depends = gtk3
depends = nss
- provides = nexus-wallet=3.1.2
+ provides = nexus-wallet=3.1.3
conflicts = nexus-wallet
- source = nexus-wallet-3.1.2.deb::https://github.com/Nexusoft/NexusInterface/releases/download/v3.1.2/nexus_wallet-Linux-3.1.2.deb
- source = LICENSE-3.1.2::https://raw.githubusercontent.com/Nexusoft/NexusInterface/v3.1.2/LICENSE
- sha256sums = bab72f31af814ea3b0d803d74034eb44cadbae452f7e4eb7ebbfbf709300ac10
+ source = nexus-wallet-3.1.3.deb::https://github.com/Nexusoft/NexusInterface/releases/download/v3.1.3/nexus_wallet-Linux-3.1.3.deb
+ source = LICENSE-3.1.3::https://raw.githubusercontent.com/Nexusoft/NexusInterface/v3.1.3/LICENSE
+ sha256sums = 6dd7328b27712b5e16815e2788d269e1595f6b9551c4cbd00df1f4408aca857e
sha256sums = e7ee68282295100c6be4565152cb535d43086d2354760a8f006f1e980e0a3bb5
pkgname = nexus-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index b34f33a84150..6d7010c82313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=nexus_wallet
pkgname="${_pkgname//_/-}-bin"
_appname="Nexus Wallet"
-pkgver=3.1.2
-pkgrel=2
+pkgver=3.1.3
+pkgrel=1
pkgdesc="The official Logical and Interface layers of the Nexus Software Stack."
arch=('x86_64')
url="https://crypto.nexus.io/wallet"
@@ -20,10 +20,10 @@ source=(
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-Linux-${pkgver}.deb"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/Nexusoft/NexusInterface/v${pkgver}/LICENSE"
)
-sha256sums=('bab72f31af814ea3b0d803d74034eb44cadbae452f7e4eb7ebbfbf709300ac10'
+sha256sums=('6dd7328b27712b5e16815e2788d269e1595f6b9551c4cbd00df1f4408aca857e'
'e7ee68282295100c6be4565152cb535d43086d2354760a8f006f1e980e0a3bb5')
build() {
- bsdtar -xf "${srcdir}/data.tar.xz"
+ bsdtar -xf "${srcdir}/data."*
sed "s|\"/opt/${_appname}/${_pkgname}\"|${pkgname%-bin} --no-sandbox|g;s|P2P|Network|g;s|${_pkgname}|${pkgname%-bin}|g" \
-i "${srcdir}/usr/share/applications/${_pkgname}.desktop"
}