summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2019-10-18 15:09:42 -0600
committerAlex Henrie2019-10-18 15:09:42 -0600
commit1e317698bc817ab6c728ae6dab7db0f9a78b553e (patch)
treef0a94ef781c126c8768ff8c70cd46c0a727c6983
parent0042ddd8dfe4e81cc952b4aaf604d5440171f7d6 (diff)
downloadaur-1e317698bc817ab6c728ae6dab7db0f9a78b553e.tar.gz
Add dependencies
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD3
2 files changed, 18 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f466018da6d..465d9d8e2d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
pkgver = 0.9.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ipfs-shipyard/ipfs-desktop
install = ipfs-desktop.install
arch = x86_64
@@ -9,6 +9,21 @@ pkgbase = ipfs-desktop
makedepends = nodejs
makedepends = npm
makedepends = node-gyp
+ depends = c-ares
+ depends = ffmpeg
+ depends = gtk3
+ depends = http-parser
+ depends = libevent
+ depends = libvpx
+ depends = libxslt
+ depends = libxss
+ depends = minizip
+ depends = nss
+ depends = re2
+ depends = snappy
+ depends = libnotify
+ depends = libappindicator-gtk3
+ depends = libappindicator-sharp
source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.9.5.tar.gz
sha256sums = 1c0e1ea67e22228c46f1738665e21339aa4c105109773107817913234b7291a2
diff --git a/PKGBUILD b/PKGBUILD
index 90e68e7877ad..250948dafddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=ipfs-desktop
pkgver=0.9.5
-pkgrel=2
+pkgrel=3
pkgdesc="Desktop client for the InterPlanetary File System"
arch=(x86_64)
url="https://github.com/ipfs-shipyard/$pkgname"
license=(MIT)
+depends=(c-ares ffmpeg gtk3 http-parser libevent libvpx libxslt libxss minizip nss re2 snappy libnotify libappindicator-gtk3 libappindicator-sharp)
makedepends=(nodejs npm node-gyp)
install=$pkgname.install
source=("https://github.com/ipfs-shipyard/$pkgname/archive/v$pkgver.tar.gz")