ctucx.git: aur-packages

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

commit 5410343a426f25425a4833d300f6a0478b6fd8f5
parent c994b66abb3544b564d7f728527309978f373303
Author: ctucx <c@ctu.cx>
Date: Sat, 6 Mar 2021 16:28:02 +0100

add package description
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/smartie-pwa/.SRCINFO b/smartie-pwa/.SRCINFO
@@ -1,7 +1,8 @@
 pkgbase = smartie-pwa
+	pkgdesc = smarthome web-gui
 	pkgver = 0.1
 	pkgrel = 6
-	url = https://cgit.ctu.cx/smartie-pwa/
+	url = https://cgit.ctu.cx/smartie-pwa
 	arch = x86_64
 	license = GPL-3
 	makedepends = yarn
diff --git a/smartie-pwa/PKGBUILD b/smartie-pwa/PKGBUILD
@@ -2,7 +2,8 @@ pkgname=smartie-pwa
 pkgver=0.1
 pkgrel=6
 arch=('x86_64')
-url="https://cgit.ctu.cx/${pkgname}/"
+pkgdesc="smarthome web-gui"
+url="https://cgit.ctu.cx/${pkgname}"
 license=( 'GPL-3' )
 depends=( 'glibc' )
 makedepends=( 'yarn' 'git' )