summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-09-24 17:39:34 +0800
committerYour Name2023-09-24 17:39:34 +0800
commitb20e78aa678e3d76abbae572f072cfa02742e1e9 (patch)
tree139983e5330f3c5afd901db764299a4e47abe936
parentb31625fbed6a3f0e703bbb2c8dcba78fc3094bae (diff)
downloadaur-b20e78aa678e3d76abbae572f072cfa02742e1e9.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 838cddc6e9d6..62468bbdcfb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipfs-desktop-electron
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.29.0
+ pkgver = 0.30.2
pkgrel = 1
url = https://github.com/ipfs/ipfs-desktop
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = ipfs-desktop-electron
makedepends = node-gyp
depends = electron
depends = go-ipfs
- source = ipfs-desktop-0.29.0.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.29.0.tar.gz
- b2sums = effa07a4d2586d02553945ebf0cb19dcf12515f7b57a71c5080a75826331f85e69818bcf78d6d918d25ea5558b78de8be5d6ac26143acb4842bffc9958a70b1b
+ source = ipfs-desktop-0.30.2.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.30.2.tar.gz
+ b2sums = d5f8532dac5c07d5c99f82432d271e66286afb755dfcccc05b9a32ec5f3e46e81510037fcc2b25664a771951a784ab82e77f659d4274c995a1d08401aefa2808
pkgname = ipfs-desktop-electron
diff --git a/PKGBUILD b/PKGBUILD
index 055c274a5a9c..3501fc9efad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_archive_extension="tar.gz"
pkgname=ipfs-desktop-electron
_pkgname=ipfs-desktop
-pkgver=0.29.0
+pkgver=0.30.2
pkgrel=1
pkgdesc="Desktop client for the InterPlanetary File System"
arch=(x86_64)
@@ -13,7 +13,7 @@ license=(MIT)
depends=(electron go-ipfs)
makedepends=("nodejs>=16" npm node-gyp)
source=("$_pkgname-$pkgver.$_archive_extension::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v$pkgver.$_archive_extension")
-b2sums=('effa07a4d2586d02553945ebf0cb19dcf12515f7b57a71c5080a75826331f85e69818bcf78d6d918d25ea5558b78de8be5d6ac26143acb4842bffc9958a70b1b')
+b2sums=('d5f8532dac5c07d5c99f82432d271e66286afb755dfcccc05b9a32ec5f3e46e81510037fcc2b25664a771951a784ab82e77f659d4274c995a1d08401aefa2808')
prepare() {
cd "$_pkgname-$pkgver"
@@ -33,7 +33,7 @@ package() {
mkdir -p $pkgdir/usr/bin
cp -r dist/linux-unpacked/resources/* $pkgdir/usr/lib/ipfs-desktop/
- ln -sf /usr/bin/ipfs $pkgdir/usr/lib/ipfs-desktop/app.asar.unpacked/node_modules/go-ipfs/go-ipfs/ipfs
+ ln -sf /usr/bin/ipfs $pkgdir/usr/lib/ipfs-desktop/app.asar.unpacked/node_modules/kubo/kubo/ipfs
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"