identia-bin
MEDIUM
maintainer EndlessEden
0 votes
scanned 2026-08-30 19:44:01.063593
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: iohzrd <iohzrd at gmail dot com>
2
3
pkgname=identia-bin
4
pkgver=0.4.6
5
pkgrel=1
6
pkgdesc="Decentralized social media on IPFS"
7
arch=("x86_64")
8
url="https://github.com/iohzrd/identia"
9
license=("AGPL-3.0")
10
depends=("libappindicator-gtk3" "webkit2gtk")
11
provides=("go-ipfs" "identia")
12
conflicts=("go-ipfs" "identia")
13
source=("https://github.com/iohzrd/identia/releases/download/v${pkgver}/identia_${pkgver}_amd64.deb")
14
sha256sums=("4a4d952687539f8121cb7a0613d899dfc8bd6f4e7097a1e5b3c2dcc24618d410")
15
16
package() {
17
cd "$srcdir"
18
bsdtar -xf ${srcdir}/data.tar.gz -C ${pkgdir}/
19
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 19:44:01 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |