summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Gabriel Gruber2023-12-26 15:54:27 -0300
committerJosé Gabriel Gruber2023-12-26 15:54:27 -0300
commitcb6ee598cd655c76619df6b8ac65ec79154a3061 (patch)
treee5380345ddd705e1513307caf99ab05e06001a55
parent1f0a1be34987f49cf93b4cf867ebd5bfaa70a884 (diff)
downloadaur-cb6ee598cd655c76619df6b8ac65ec79154a3061.tar.gz
Fixed package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 731a135da3f8..7e6cbb5b212e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gowebly-bin
- pkgdesc = A language for writing HTML user interfaces in Go.
+ pkgdesc = 🔥 A next-generation CLI tool to easily build amazing web applications with Go on the backend, using htmx & hyperscript and the most popular CSS frameworks on the frontend
pkgver = 1.10.0
pkgrel = 1
url = https://github.com/gowebly/gowebly
arch = x86_64
- license = MIT
+ license = Apache-2.0
provides = gowebly
conflicts = gowebly
source_x86_64 = gowebly-x64-1.10.0.tar.gz::https://github.com/gowebly/gowebly/releases/download/v1.10.0/gowebly_1.10.0_linux_amd64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a62b19ae57f5..2af59833ca20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=gowebly-bin
pkgver=1.10.0
pkgrel=1
-pkgdesc="A language for writing HTML user interfaces in Go."
+pkgdesc="🔥 A next-generation CLI tool to easily build amazing web applications with Go on the backend, using htmx & hyperscript and the most popular CSS frameworks on the frontend"
arch=('x86_64')
url="https://github.com/gowebly/gowebly"
-license=('MIT')
+license=('Apache-2.0')
provides=('gowebly')
conflicts=('gowebly')
sha256sums_x86_64=("432f1695e6afb4df93927b46673316afdf8f58fce7e33c127ec95b8eada94ca6")