summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-09-28 22:08:50 +0200
committer5chdn2016-09-28 22:08:50 +0200
commit31809dba06a691d1b3e1b5fcf6266af774d91be9 (patch)
tree3ef17d3bd5e987b810da7c0e029c079830c1887b
parente99042feba707f864dd97296c9443a143f4bdc69 (diff)
downloadaur-31809dba06a691d1b3e1b5fcf6266af774d91be9.tar.gz
Fix pathes, yet again
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c4f9e4d8dc5..bc26ba3c7f58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Sep 26 14:24:51 UTC 2016
+# Wed Sep 28 20:08:38 UTC 2016
pkgbase = mist
pkgdesc = Mist dapp browser and Ethereum wallet.
pkgver = 0.8.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
@@ -32,9 +32,9 @@ pkgbase = mist
source = icon.png
sha256sums = d044844dd8ef1fef2ced861e5a86bf0d9af1b06ade6965dab1f12dbc612da207
sha256sums = f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93
- source_i686 = mist-0-8-3-32.deb::https://github.com/ethereum/mist/releases/download/0.8.3/Mist-linux32-0-8-3.deb
+ source_i686 = mist-0-8-3-32.deb::https://github.com/ethereum/mist/releases/download/v0.8.3/Mist-linux32-0-8-3.deb
sha256sums_i686 = c1d9bf21bf01b6a000126a537a4d7b35131e1ba48d301edf33240cd82473bca0
- source_x86_64 = mist-0-8-3-64.deb::https://github.com/ethereum/mist/releases/download/0.8.3/Mist-linux64-0-8-3.deb
+ source_x86_64 = mist-0-8-3-64.deb::https://github.com/ethereum/mist/releases/download/v0.8.3/Mist-linux64-0-8-3.deb
sha256sums_x86_64 = 88faf16f85135f7a6fb1da57019db1cc5bf147411ea0fcd523472b88e5fcda4f
pkgname = mist
diff --git a/PKGBUILD b/PKGBUILD
index 081a60b1420c..4240ccbb56c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mist
pkgver=0.8.3
_strver=0-8-3
-pkgrel=2
+pkgrel=3
pkgdesc="Mist dapp browser and Ethereum wallet."
arch=('i686' 'x86_64')
depends=(
@@ -46,13 +46,13 @@ sha256sums=(
"f9dfeddf9730ab693e3dc69d6dd0ad48525de1e40e1c8fb46ed081a3e7bd5f93"
)
source_i686=(
- "${pkgname}-${_strver}-32.deb::https://github.com/ethereum/${pkgname}/releases/download/${pkgver}/Mist-linux32-${_strver}.deb"
+ "${pkgname}-${_strver}-32.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux32-${_strver}.deb"
)
sha256sums_i686=(
"c1d9bf21bf01b6a000126a537a4d7b35131e1ba48d301edf33240cd82473bca0"
)
source_x86_64=(
- "${pkgname}-${_strver}-64.deb::https://github.com/ethereum/${pkgname}/releases/download/${pkgver}/Mist-linux64-${_strver}.deb"
+ "${pkgname}-${_strver}-64.deb::https://github.com/ethereum/${pkgname}/releases/download/v${pkgver}/Mist-linux64-${_strver}.deb"
)
sha256sums_x86_64=(