summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorctucx2021-03-06 16:21:17 +0100
committerctucx2021-03-06 16:21:17 +0100
commit81148338c72d54fe1034857adbe7d164d3108f19 (patch)
tree566d0c44908abf65cffcb3e642cfa44af05b7289
parente10ed88986fa1c70243b7b6b159bf66e652bfe6a (diff)
downloadaur-serial2tcp.tar.gz
add package description
-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' )