summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2020-02-12 12:14:37 -0700
committerAlex Henrie2020-02-12 12:14:37 -0700
commitc2f827c797585002f7672ed89f989d1cdb171966 (patch)
treed10b2a4f766424f1f7b307c1cb38ad49e4f0d3fb
parent1f6601f1bdf43a23dd7ce9158a2a40616e627b26 (diff)
downloadaur-c2f827c797585002f7672ed89f989d1cdb171966.tar.gz
Update to 0.10.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f336414b7e1f..e70782ea15ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.9.7
- pkgrel = 3
+ pkgver = 0.10.3
+ pkgrel = 1
url = https://github.com/ipfs-shipyard/ipfs-desktop
install = ipfs-desktop.install
arch = x86_64
@@ -24,8 +24,8 @@ pkgbase = ipfs-desktop
depends = libnotify
depends = libappindicator-gtk3
depends = libappindicator-sharp
- source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.9.7.tar.gz
- sha256sums = f6cc700aa14b1b0100779ddb4224a1120428f045c9633e79a37443c3bddff8e9
+ source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.10.3.tar.gz
+ sha256sums = 5910e5798ad7661c9fdc01ad50fee60c7eba172ed9288e9096c5551571e7e1c7
pkgname = ipfs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 458921fec4e3..279e225b91d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=ipfs-desktop
-pkgver=0.9.7
-pkgrel=3
+pkgver=0.10.3
+pkgrel=1
pkgdesc="Desktop client for the InterPlanetary File System"
arch=(x86_64)
url="https://github.com/ipfs-shipyard/$pkgname"
@@ -10,7 +10,7 @@ depends=(c-ares ffmpeg gtk3 http-parser libevent libvpx libxslt libxss minizip n
makedepends=(nodejs npm node-gyp)
install=$pkgname.install
source=("https://github.com/ipfs-shipyard/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=(f6cc700aa14b1b0100779ddb4224a1120428f045c9633e79a37443c3bddff8e9)
+sha256sums=(5910e5798ad7661c9fdc01ad50fee60c7eba172ed9288e9096c5551571e7e1c7)
build() {
cd "$pkgname-$pkgver"