George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / stalwart-webadmin
Commits: 6f4ccd3e by George Rawlinson at 2026-06-07T23:38:18+00:00 upgpkg: 1.0.4-2 https://gitlab.archlinux.org/archlinux/packaging/packages/stalwart/-/work_items/6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,13 @@ pkgbase = stalwart-webadmin pkgdesc = Web UI for Stalwart pkgver = 1.0.4 - pkgrel = 1 + pkgrel = 2 url = https://github.com/stalwartlabs/webui arch = any license = AGPL-3.0-only makedepends = git makedepends = npm + makedepends = zip source = stalwart-webui::git+https://github.com/stalwartlabs/webui#tag=v1.0.4 sha512sums = fed57fcca7645e7ba7772ed1064256e5886800279efd1915e6ee5573b11ea1bb5559ba2ab521ca30e2b994bcbdd43b245635ccd5f9efe24ef148da0601d09c9c b2sums = e95ee059da2b3e7c0f515b3a97e0a4a79e81f7caff037b651950ed77feb0018eec7ba232fd114d2060bedf9b9745a310e127e7c44e35a1a65874c89bb1f571ff ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=stalwart-webadmin _pkgname=stalwart-webui pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc='Web UI for Stalwart' arch=(any) url='https://github.com/stalwartlabs/webui' license=(AGPL-3.0-only) -makedepends=(git npm) +makedepends=(git npm zip) source=("$_pkgname::git+$url#tag=v$pkgver") sha512sums=('fed57fcca7645e7ba7772ed1064256e5886800279efd1915e6ee5573b11ea1bb5559ba2ab521ca30e2b994bcbdd43b245635ccd5f9efe24ef148da0601d09c9c') b2sums=('e95ee059da2b3e7c0f515b3a97e0a4a79e81f7caff037b651950ed77feb0018eec7ba232fd114d2060bedf9b9745a310e127e7c44e35a1a65874c89bb1f571ff') @@ -25,7 +25,8 @@ build() { npm run build - bsdtar --directory dist --auto-compress --create --file webui.zip . + cd dist + zip -r ../webui.zip . } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stalwart-webadmin/-/commit/6f4ccd3e2f865c80f05447ba64ff2b107685ce43 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stalwart-webadmin/-/commit/6f4ccd3e2f865c80f05447ba64ff2b107685ce43 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
