ctucx.git: aur-packages

My personal aur-packages [deprecated in favor of nixos]

commit ba7126288ea74ff26323d2447ee0db2e62698f53
parent 6bf6ed336a7ce542e986ad41ac2bd68a98e5d21c
Author: ctucx <c@ctu.cx>
Date: Sat, 6 Mar 2021 16:21:17 +0100

add package description
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/serial2tcp/.SRCINFO b/serial2tcp/.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/serial2tcp/PKGBUILD b/serial2tcp/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' )