unicode

MEDIUM
maintainer Rhinoceros 15 votes scanned 2026-09-21 15:35:32.755745
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:14 UnicodeData-${pkgver}-${pkgrel}.txt::'https://www.unicode.org/Public/UNIDATA/UnicodeData.txt'

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
2# Contributor: Andreas Hübner <andhu@gmx.de>
3
4pkgname=unicode
5pkgver=3.2
6_commit=fa4fa6118d68c693ee14b97df6bf12d2fdbb37df
7pkgrel=2
8pkgdesc='Display unicode character properties on the command line'
9url='https://github.com/garabik/unicode'
10arch=('any')
11license=('GPL-3.0-only')
12depends=('python')
13source=("git+https://github.com/garabik/${pkgname%-git}.git#commit=$_commit"
14 UnicodeData-${pkgver}-${pkgrel}.txt::'https://www.unicode.org/Public/UNIDATA/UnicodeData.txt'
15 Blocks-${pkgver}-${pkgrel}.txt::'https://www.unicode.org/Public/UNIDATA/Blocks.txt')
16sha256sums=('2997e87f7f45de9750d027de9d9d94c5343eab6e0e4051c5fc6f53ca84f932f9'
17 '0736451de439ae7baf1425136617da495e09ee5afbe6e394374db7009ea08950'
18 'a58f8d322f3c5e254f9f97b1cbf76a454a7e02de6ac35619a5e4f27aaabfd553')
19
20package() {
21 cd "$pkgname"
22
23 install -Dm755 unicode "$pkgdir/usr/bin/unicode"
24 install -Dm755 paracode "$pkgdir/usr/bin/paracode"
25
26 install -Dm644 "unicode.1" "$pkgdir/usr/share/man/man1/unicode.1"
27 install -Dm644 "paracode.1" "$pkgdir/usr/share/man/man1/paracode.1"
28
29 install -Dm644 "$srcdir/UnicodeData-${pkgver}-${pkgrel}.txt" "$pkgdir/usr/share/unicode/UnicodeData.txt"
30 install -Dm644 "$srcdir/Blocks-${pkgver}-${pkgrel}.txt" "$pkgdir/usr/share/unicode/Blocks.txt"
31}
32

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-09-21 15:35
@@ -4,7 +4,7 @@
pkgname=unicode
pkgver=3.2
_commit=fa4fa6118d68c693ee14b97df6bf12d2fdbb37df
-pkgrel=1
+pkgrel=2
pkgdesc='Display unicode character properties on the command line'
url='https://github.com/garabik/unicode'
arch=('any')
@@ -14,8 +14,8 @@
UnicodeData-${pkgver}-${pkgrel}.txt::'https://www.unicode.org/Public/UNIDATA/UnicodeData.txt'
Blocks-${pkgver}-${pkgrel}.txt::'https://www.unicode.org/Public/UNIDATA/Blocks.txt')
sha256sums=('2997e87f7f45de9750d027de9d9d94c5343eab6e0e4051c5fc6f53ca84f932f9'
- '2e1efc1dcb59c575eedf5ccae60f95229f706ee6d031835247d843c11d96470c'
- 'c0edefaf1a19771e830a82735472716af6bf3c3975f6c2a23ffbe2580fbbcb15')
+ '0736451de439ae7baf1425136617da495e09ee5afbe6e394374db7009ea08950'
+ 'a58f8d322f3c5e254f9f97b1cbf76a454a7e02de6ac35619a5e4f27aaabfd553')
package() {
cd "$pkgname"

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 15:35:32 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-19 18:54:17 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion