summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTruocolo2024-02-06 01:25:26 +0100
committerTruocolo2024-02-06 01:25:26 +0100
commitb126ab43098b9b2a031b428b85b5eac1f3c2081f (patch)
tree7f37bd0d6e7955b629c70fd1e706fb47eb89028b
parent6dd60f5dd7f67969666f1a59abee6821a78fb3d1 (diff)
downloadaur-b126ab43098b9b2a031b428b85b5eac1f3c2081f.tar.gz
incomplete for sure
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2623e6c53cf2..4232aba68d1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,7 @@ pkgbase = myetherwallet-git
arch = any
license = MIT
depends = xdg-utils
- source = https://github.com/MyEtherWallet/MyEtherWallet/releases/download/v6.8.1/MyEtherWallet-v6.8.1.zip
- source = https://github.com/MyEtherWallet/MyEtherWallet/releases/download/v6.8.1/MyEtherWallet-v6.8.1.zip.sig
- source = /releases/download/v6.8.1/MyEtherWallet-v6.8.1.zip
- source = /releases/download/v6.8.1/MyEtherWallet-v6.8.1.zip.sig
+ source = myetherwallet-6.8.1::git+.git
source = myetherwallet.desktop
source = myetherwallet
source = myetherwallet.license
diff --git a/PKGBUILD b/PKGBUILD
index b8a8340169a1..758d08256be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,8 +27,7 @@ license=(
MIT
)
source=(
- "${url}/releases/download/v${pkgver}/${_pkg}-v${pkgver}.zip"{,.sig}
- "${_url}/releases/download/v${pkgver}/${_pkg}-v${pkgver}.zip"{,.sig}
+ "${_pkgname}-${pkgver}::git+${_url}.git"
"${_pkgname}.desktop"
"${_pkgname}"
"${_pkgname}.license")