hyprliquid
LOW
maintainer araragi
0 votes
scanned 2026-08-19 09:41:53.223783
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: araragi <cs_italy@live.cn>
2
3
pkgname=hyprliquid
4
pkgver=0.1.1
5
pkgrel=1
6
pkgdesc="A plugin for Hyprland that brings Liquid Glass, Acrylic, Mica, and Aero material effects to windows and layer surfaces."
7
arch=('x86_64')
8
depends=('hyprland>=0.56.0')
9
makedepends=('cmake' 'stb' 'hyprwayland-scanner')
10
url="https://github.com/zaregototsukai/hyprliquid"
11
license=('BSD 3-Clause')
12
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
13
sha256sums=('48fe637554caaf853a697ac07abcaf78501dc59c74b4684189b2fbddab801de1')
14
15
build() {
16
cd "$pkgname-$pkgver"
17
make
18
}
19
20
package() {
21
cd "$pkgname-$pkgver"
22
install -Dm755 build/Release/libhyprliquid.so "${pkgdir}/usr/lib/libhyprliquid.so"
23
}
Changes since previous scan
--- PKGBUILD @ 2026-08-13 00:17+++ PKGBUILD @ 2026-08-19 09:41@@ -1,7 +1,7 @@ # Maintainer: araragi <cs_italy@live.cn> pkgname=hyprliquid-pkgver=0.1.0+pkgver=0.1.1 pkgrel=1 pkgdesc="A plugin for Hyprland that brings Liquid Glass, Acrylic, Mica, and Aero material effects to windows and layer surfaces." arch=('x86_64')@@ -10,7 +10,7 @@ url="https://github.com/zaregototsukai/hyprliquid" license=('BSD 3-Clause') source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")-sha256sums=('c8cd81e88687193130328f1ad00b2f537ace9723e66c6cc2052309d196a6cb61')+sha256sums=('48fe637554caaf853a697ac07abcaf78501dc59c74b4684189b2fbddab801de1') build() { cd "$pkgname-$pkgver"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 09:41:53 | Low | 1 |
| 2026-08-13 00:17:07 | Clean | 2 |
| 2026-08-12 03:22:23 | Low | 1 |