Clarified server-side package description

This commit is contained in:
AlphaJack 2024-09-10 21:07:02 +02:00
parent 6957a4e709
commit de79468c3c
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = librespeed-go
pkgdesc = Very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers
pkgdesc = LibreSpeed speed test backend written in go
pkgver = 1.1.5
pkgrel = 1
pkgrel = 2
url = https://github.com/librespeed/speedtest-go
arch = i386
arch = x86_64

View File

@ -2,8 +2,8 @@
pkgname="librespeed-go"
pkgver=1.1.5
pkgrel=1
pkgdesc="Very lightweight speed test implemented in Javascript, using XMLHttpRequest and Web Workers"
pkgrel=2
pkgdesc="LibreSpeed speed test backend written in go"
url="https://github.com/librespeed/speedtest-go"
license=("LGPL3")
arch=("i386" "x86_64" "aarch64" "armv5h" "armv6h" "armv7h")