summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuten Ye2023-06-06 22:24:18 +0800
committerGuten Ye2023-06-06 22:24:18 +0800
commitd8af13b548d5a7b88d853167c66e27ab65167fb5 (patch)
tree55261ea1c7096692ad8e53e5341e1e2adfbbdae2
parent9383227ecacbfb9502e1f82a987fe915a835ed6a (diff)
downloadaur-d8af13b548d5a7b88d853167c66e27ab65167fb5.tar.gz
23.6.5-2
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e4892800870..34e1e4b80edc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exodus
pkgdesc = Send, receive & exchange cryptocurrency with ease on the world's leading Desktop, Mobile and Hardware wallets. Bitcoin wallet
pkgver = 23.6.5
- pkgrel = 1
+ pkgrel = 2
url = https://exodus.com
arch = x86_64
license = custom
diff --git a/.gitignore b/.gitignore
index c4c4ffc6aa41..8d898626bc43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
*.zip
+*.pkg.tar.zst
+src
+pkg
diff --git a/PKGBUILD b/PKGBUILD
index ad5ccaa7d8ff..9c0049270a99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=exodus
pkgver=23.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="Send, receive & exchange cryptocurrency with ease on the world's leading Desktop, Mobile and Hardware wallets. Bitcoin wallet"
arch=('x86_64')
url="https://exodus.com"
@@ -20,7 +20,7 @@ sha256sums=('4d9746a1c5414b70235e0356923ab46658187325173e6fa7b4843589429d8e3d'
'582d6782c9412cd961c55d105f38ed5c911bf8509be040b8d23a836504a25d0b')
package() {
- cd $srcdir/Exodus-linux-x64
+ cd $srcdir
install -d $pkgdir/{opt/$pkgname,usr/bin}
cp -a * $pkgdir/opt/$pkgname