summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af9f6e9a649..295fa00e5f4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = serial2tcp
+ pkgdesc = serial to tcp/ip bridge
pkgver = 0.1
pkgrel = 1
- url = https://cgit.ctu.cx/serial2tcp/
+ url = https://cgit.ctu.cx/serial2tcp
arch = x86_64
license = GPL-3
makedepends = nim
diff --git a/PKGBUILD b/PKGBUILD
index 77f5b315aa31..f4737001d0c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@ pkgname=serial2tcp
pkgver=0.1
pkgrel=1
arch=('x86_64')
-url="https://cgit.ctu.cx/serial2tcp/"
+pkgdesc="serial to tcp/ip bridge"
+url="https://cgit.ctu.cx/${pkgname}"
license=( 'GPL-3' )
depends=( 'glibc' )
makedepends=( 'nim' 'nimble' 'git' )