summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Gabriel Gruber2024-01-08 09:16:35 -0300
committerJosé Gabriel Gruber2024-01-08 09:16:35 -0300
commitbbe386df1e0f2234ed103e12d59f93e15939b83e (patch)
treef812aee9845c19134ff777d820263a0954307463
parentbcd3df788ab369e0de17cf4cff5209e5cc6f16c2 (diff)
downloadaur-bbe386df1e0f2234ed103e12d59f93e15939b83e.tar.gz
Improvments and workarounds
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 127074d89e6c..2543472abb3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = templ-bin
pkgdesc = A language for writing HTML user interfaces in Go.
- pkgver = 0.2.501
+ pkgver = 0.2.513
pkgrel = 1
url = https://github.com/a-h/templ
arch = x86_64
license = MIT
provides = templ
conflicts = templ
- source_x86_64 = templ-x86-x64-0.2.501.tar.gz::https://github.com/a-h/templ/releases/download/v0.2.501/templ_Linux_x86_64.tar.gz
- sha256sums_x86_64 = b2b8012949a870e9e5cb2567be5d87adbaa32bb31043b5f4949747481a02a48b
+ source_x86_64 = templ-x86-x64-0.2.513.tar.gz::https://github.com/a-h/templ/releases/download/v0.2.513/templ_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = 460953657e49f506f9cd02415e0f3bae2a290c7ba1021e4bbb13c24317c223aa
pkgname = templ-bin
diff --git a/PKGBUILD b/PKGBUILD
index 25824d074c9e..8cb63ede6d7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: thdxr (original PKGBUILD)
# Contributor: Noel Jacob (bun-bin PKGBUILD)
pkgname=templ-bin
-pkgver=0.2.501
+pkgver=0.2.513
pkgrel=1
pkgdesc="A language for writing HTML user interfaces in Go."
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/a-h/templ"
license=('MIT')
provides=('templ')
conflicts=('templ')
-sha256sums_x86_64=("fb1df6cab2a139650ea25acc21dd8f02f542bf97ea2951380bcbf63c8af3cdf1")
+sha256sums_x86_64=("460953657e49f506f9cd02415e0f3bae2a290c7ba1021e4bbb13c24317c223aa")
source_x86_64=("templ-x86-x64-${pkgver}.tar.gz::https://github.com/a-h/templ/releases/download/v${pkgver}/templ_Linux_x86_64.tar.gz")
build() {
install -dm755 "completions"