summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author@RubenKelevra2022-02-16 19:33:44 +0100
committer@RubenKelevra2022-02-16 19:33:44 +0100
commit3b22a795e6e9e50197a76ef81bacd286faa4f5fc (patch)
treeb8385fa6a3c871563e2ba280f4ac7cfa78674b83 /PKGBUILD
parent7a4e47aebfd378cd422f32884bb2786655b11171 (diff)
downloadaur-3b22a795e6e9e50197a76ef81bacd286faa4f5fc.tar.gz
restore old dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c62157b9884..76447662ecdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_archive_extension="tar.gz"
pkgname=ipfs-desktop
pkgver=0.19.1
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop client for the InterPlanetary File System"
arch=(x86_64)
url="https://github.com/ipfs/$pkgname"
license=(MIT)
-depends=(c-ares ffmpeg gtk3 http-parser libevent libxslt minizip nss re2 snappy libappindicator-gtk3)
+depends=(c-ares ffmpeg gtk3 http-parser libevent libvpx libxslt libxss minizip nss re2 snappy libnotify libappindicator-gtk3)
makedepends=("nodejs>=16" npm node-gyp)
install=$pkgname.install
source=("$pkgname-$pkgver.$_archive_extension::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v$pkgver.$_archive_extension")