nextcloud-daily

LOW
maintainer greyltc 2 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a daily tarball from nextcloud.com, a legitimate and project-owned host, to build the software; despite the non-whitelisted URL, this is normal AUR packaging behavior for source builds.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a daily tarball from nextcloud.com, a legitimate and project-owned host, to build the software; despite the non-whitelisted URL, this is normal AUR packaging behavior for source builds.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:27 source=("https://download.nextcloud.com/server/daily/latest.tar.bz2"{,.asc}

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
2
3pkgname=nextcloud-daily
4pkgver=1
5pkgrel=4
6pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
7arch=('any')
8url="https://nextcloud.com"
9license=('AGPL')
10depends=('php' 'php-gd')
11conflicts=('nextcloud')
12replaces=('nextcloud')
13optdepends=('php-apache: to use the Apache web server'
14 'php-sqlite: to use the SQLite database backend'
15 'php-pgsql: to use the PostgreSQL database backend'
16 'php-ldap: LDAP authentication'
17 'php-intl'
18 'php-apcu'
19 'mariadb: to use the MySQL database backend'
20 'smbclient: to mount SAMBA shares'
21 'ffmpeg: file preview'
22 'libreoffice: file preview')
23options=('!strip')
24backup=('etc/webapps/nextcloud/apache.example.conf'
25 'etc/webapps/nextcloud/config/config.php')
26validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
27source=("https://download.nextcloud.com/server/daily/latest.tar.bz2"{,.asc}
28 'apache.example.conf'
29 'nextcloud.hook')
30sha256sums=('b9f361e181648526a8c1f063c7764e4d197365e168afe47adba1fe2f9a008369'
31 'SKIP'
32 '6b0c7336e23c1ee152978c49de46e298dec6bd8db96cd91ac3159a30bdc3eeea'
33 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
34
35package() {
36 _pkgname=nextcloud
37 # install project
38 install -d "$pkgdir"/usr/share/webapps/
39 cp -R "$srcdir"/${_pkgname} "$pkgdir"/usr/share/webapps/.
40
41 # install apache config file
42 install -d "$pkgdir"/etc/webapps/${_pkgname}
43 install -m 644 "$srcdir"/apache.example.conf "$pkgdir"/etc/webapps/${_pkgname}
44
45 # move config to /etc
46 install -d "$pkgdir"/etc/webapps/${_pkgname}
47 mv "$pkgdir"/usr/share/webapps/${_pkgname}/config "$pkgdir"/etc/webapps/${_pkgname}/config
48 chown -R http:http "$pkgdir"/etc/webapps/${_pkgname}
49 ln -s /etc/webapps/${_pkgname}/config "$pkgdir"/usr/share/webapps/${_pkgname}/config
50 chown -R root:http "$pkgdir"/usr/share/webapps/${_pkgname}
51
52 find "$pkgdir"/usr/share/webapps/${_pkgname} -type f -exec chmod 0644 {} \;
53 find "$pkgdir"/usr/share/webapps/${_pkgname} -type d -exec chmod 0755 {} \;
54
55 chmod a+x "$pkgdir"/usr/share/webapps/${_pkgname}/occ
56
57# install -Dm0644 "$srcdir"/nextcloud.hook "$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
58}
59
60

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

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

0 / 4000
Your suggestion