summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorctucx2021-03-06 16:21:17 +0100
committerctucx2021-03-06 16:21:17 +0100
commit81148338c72d54fe1034857adbe7d164d3108f19 (patch)
tree566d0c44908abf65cffcb3e642cfa44af05b7289 /PKGBUILD
parente10ed88986fa1c70243b7b6b159bf66e652bfe6a (diff)
downloadaur-serial2tcp.tar.gz
add package description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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' )