summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2020-03-23 16:08:50 -0600
committerAlex Henrie2020-03-23 16:08:50 -0600
commit5808f872f075c596f74a674ffd26875b9d168ffb (patch)
tree62c504b72345d7f4628eb8451d0f84e84537efd2
parentcfaf25e37dbeafcd5bb29859bb0209a26786af2e (diff)
downloadaur-5808f872f075c596f74a674ffd26875b9d168ffb.tar.gz
Drop dependency on libappindicator-sharp
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e30689cdaf..cfe0a4844535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
pkgver = 0.10.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ipfs-shipyard/ipfs-desktop
install = ipfs-desktop.install
arch = x86_64
@@ -23,7 +23,6 @@ pkgbase = ipfs-desktop
depends = snappy
depends = libnotify
depends = libappindicator-gtk3
- depends = libappindicator-sharp
source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.10.4.tar.gz
sha256sums = d4cc401f4cafaacb5a7f25518732fdc5c95f16d271794b605b24567c3cf07fa1
diff --git a/PKGBUILD b/PKGBUILD
index ddfded4526a8..dff268ae92d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=ipfs-desktop
pkgver=0.10.4
-pkgrel=1
+pkgrel=2
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)
+depends=(c-ares ffmpeg gtk3 http-parser libevent libvpx libxslt libxss minizip nss re2 snappy libnotify libappindicator-gtk3)
makedepends=(nodejs npm node-gyp)
install=$pkgname.install
source=("https://github.com/ipfs-shipyard/$pkgname/archive/v$pkgver.tar.gz")