summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2022-06-25 22:02:51 +0200
committerRubenKelevra2022-06-25 22:02:51 +0200
commit848265bda8c2e25a2ca1c3db5d9ed95f1c1d4bf9 (patch)
tree9e6b3cfb683636e71446d6e6234810865e2c6f3b
parent67a878f9c59a7917b5a4b9af5fb1a86a30e81833 (diff)
downloadaur-848265bda8c2e25a2ca1c3db5d9ed95f1c1d4bf9.tar.gz
update dependencies
-rw-r--r--.SRCINFO31
-rw-r--r--PKGBUILD6
2 files changed, 19 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc8bb00a0bbe..7e29eb65be7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
pkgver = 0.21.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ipfs/ipfs-desktop
install = ipfs-desktop.install
arch = x86_64
@@ -9,21 +9,22 @@ pkgbase = ipfs-desktop
makedepends = nodejs>=16
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
+ makedepends = libxcrypt-compat
+ makedepends = libnotify
+ makedepends = snappy
+ makedepends = libappindicator-gtk3
+ makedepends = re2
+ makedepends = nss
+ makedepends = minizip
+ makedepends = libxss
+ makedepends = libxslt
+ makedepends = libvpx
+ makedepends = http-parser
+ makedepends = c-ares
+ makedepends = libevent
depends = nss
- depends = re2
- depends = snappy
- depends = libnotify
- depends = libappindicator-gtk3
- depends = libxcrypt-compat
+ depends = gtk3
+ depends = alsa-lib
source = ipfs-desktop-0.21.0.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.21.0.tar.gz
b2sums = cd8d800728979ca63d532d23d4748cf6d54be9100fed398b7957b50d252203f9ade3c859a61827f378a4967d82edf6175000e665403df9a7d2865f83b385d634
diff --git a/PKGBUILD b/PKGBUILD
index 76f9f208c198..40be62f75e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_archive_extension="tar.gz"
pkgname=ipfs-desktop
pkgver=0.21.0
-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 libvpx libxslt libxss minizip nss re2 snappy libnotify libappindicator-gtk3 libxcrypt-compat)
-makedepends=("nodejs>=16" npm node-gyp)
+depends=(nss gtk3 alsa-lib)
+makedepends=("nodejs>=16" npm node-gyp libxcrypt-compat libnotify snappy libappindicator-gtk3 re2 nss minizip libxss libxslt libvpx http-parser c-ares libevent)
install=$pkgname.install
source=("$pkgname-$pkgver.$_archive_extension::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v$pkgver.$_archive_extension")
b2sums=('cd8d800728979ca63d532d23d4748cf6d54be9100fed398b7957b50d252203f9ade3c859a61827f378a4967d82edf6175000e665403df9a7d2865f83b385d634')