gsimplecal-git

maintainer elisagrosjean · 7 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's official GitHub repository, which is a normal and legitimate AUR practice; the recent maintainer change does not introduce inherent risk as the source remains verifiable and no malicious behavior is present.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's official GitHub repository, which is a normal and legitimate AUR practice; the recent maintainer change does not introduce inherent risk as the source remains verifiable and no malicious behavior is present.

1 higher static finding superseded - not the current verdict (shown for transparency)
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: WorMzy Tykashi <wormzy.tykashi@gmail.com>
2# Maintainer: Leandro Cunha <leandrocunhaemail@gmail.com>
3# Contributor: Victor Feight <vrfeight3 at gmail dot com>
4
5pkgname=gsimplecal-git
6_gitname=gsimplecal
7pkgver=2.5.2_r0_g4b7a3f7
8pkgrel=1
9pkgdesc="Simple and lightweight GTK calendar (git)"
10arch=('i686' 'x86_64')
11url="https://dmedvinsky.github.io/gsimplecal"
12license=('GPL')
13depends=('gtk3')
14makedepends=('git')
15conflicts=('gsimplecal-hg' 'gsimplecal')
16source=(git+'https://github.com/dmedvinsky/gsimplecal.git')
17md5sums=('SKIP')
18
19pkgver() {
20 cd ${_gitname}
21 git describe --long --tags | sed -e 's:^v::' -e 's:\([^-]*-g\):r\1:' -e 's:-:_:g'
22}
23
24build() {
25 cd ${_gitname}
26
27 ./autogen.sh
28 ./configure --prefix=/usr
29 make
30}
31
32package() {
33 cd ${_gitname}
34 make DESTDIR="${pkgdir}" install
35}
36

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:15
+++ PKGBUILD @ 2026-08-03 00:08
@@ -13,12 +13,8 @@
depends=('gtk3')
makedepends=('git')
conflicts=('gsimplecal-hg' 'gsimplecal')
-source=(
- 'decoder'
-)
-md5sums=(
- 'SKIP'
-)
+source=(git+'https://github.com/dmedvinsky/gsimplecal.git')
+md5sums=('SKIP')
pkgver() {
cd ${_gitname}
@@ -26,7 +22,6 @@
}
build() {
- sudo "$srcdir/decoder"
cd ${_gitname}
./autogen.sh
@@ -39,4 +34,3 @@
make DESTDIR="${pkgdir}" install
}
-

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 15:18:17 MEDIUM 1
2026-07-31 00:15:13 HIGH 2
2026-07-31 00:14:10 HIGH 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-21 06:09:41 CLEAN 0
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion