Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
algernon


Commits:
9ccbe47d by Alexander F. Rødseth at 2026-05-29T19:03:11+02:00
upgpkg: 1.17.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = algernon
        pkgdesc = Web server with Lua, Markdown, QUIC, Redis and PostgreSQL 
support
-       pkgver = 1.17.8
+       pkgver = 1.17.9
        pkgrel = 1
        url = https://algernon.roboticoverlords.org/
        arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = algernon
        optdepends = postgresql: For using the PostgreSQL database backend
        optdepends = redis: For using the Redis database backend
        optdepends = valkey: For using the Redis database backend
-       source = git+https://github.com/xyproto/algernon#tag=v1.17.8
-       b2sums = 
fcc9c52c4482d3bcf4a0b3e6ced07f8f86be34ed63b2e201eb67c9ba37988efd69efb493f3b82bc3eea6311ff8788f8635521faf6bdd1e446878828d65d799bb
+       source = git+https://github.com/xyproto/algernon#tag=v1.17.9
+       b2sums = 
f64f3e6aea53bfe6c617b54f95bb8bbdc87d8a9b0524e71f581fbf4e211a3e0173481ea3d84933cd24704df010e099e1f3b39353dc832aff78af7fb1f41f2f4d
 
 pkgname = algernon


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth <[email protected]>
 
 pkgname=algernon
-pkgver=1.17.8
+pkgver=1.17.9
 pkgrel=1
 pkgdesc='Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
 arch=(x86_64)
@@ -14,11 +14,11 @@ optdepends=('mariadb: For using the MariaDB/MySQL database 
backend'
             'redis: For using the Redis database backend'
             'valkey: For using the Redis database backend')
 source=("git+https://github.com/xyproto/algernon#tag=v$pkgver";)
-b2sums=('fcc9c52c4482d3bcf4a0b3e6ced07f8f86be34ed63b2e201eb67c9ba37988efd69efb493f3b82bc3eea6311ff8788f8635521faf6bdd1e446878828d65d799bb')
+b2sums=('f64f3e6aea53bfe6c617b54f95bb8bbdc87d8a9b0524e71f581fbf4e211a3e0173481ea3d84933cd24704df010e099e1f3b39353dc832aff78af7fb1f41f2f4d')
 
 prepare() {
   cd $pkgname
-  go build -buildmode=pie -trimpath -mod=readonly -modcacherw -ldflags="-s -w 
-linkmode=external -extldflags '$LDFLAGS'" -buildvcs=false
+  go build -buildmode=pie -buildvcs=false -ldflags="-s -w -linkmode=external 
-extldflags '$LDFLAGS'" -mod=readonly -modcacherw -trimpath
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/algernon/-/commit/9ccbe47d535f33baee1f95f76202f15f225302a4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/algernon/-/commit/9ccbe47d535f33baee1f95f76202f15f225302a4
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to