From 33b60201ac25f19740f8f670b3988e2d5e1b04a9 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 27 Jan 2026 13:25:41 -0500 Subject: [PATCH] update description --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index de9b54c9adf4..dcfbe1d88827 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = css-inline - pkgdesc = CSS inliner + pkgdesc = High-performance library for inlining CSS into HTML 'style' attributes pkgver = 0.19.1 pkgrel = 1 url = https://github.com/Stranger6667/css-inline diff --git a/PKGBUILD b/PKGBUILD index a905bd17419d..f1e44865a941 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=css-inline pkgver=0.19.1 pkgrel=1 -pkgdesc="CSS inliner" +pkgdesc="High-performance library for inlining CSS into HTML 'style' attributes" arch=('x86_64' 'aarch64') url="https://github.com/Stranger6667/css-inline" license=('MIT')