nextcloud-daily

maintainer greyltc · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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