George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
incus-ui
Commits:
a1e704a6 by George Rawlinson at 2026-02-14T07:25:29+00:00
reuse: simplify conf
- - - - -
b61ccecc by George Rawlinson at 2026-02-14T07:29:43+00:00
upgpkg: 0.19.4-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = incus-ui
pkgdesc = incus web interface
- pkgver = 0.19.3
+ pkgver = 0.19.4
pkgrel = 1
url = https://github.com/zabbly/incus-ui-canonical
arch = i686
@@ -9,7 +9,7 @@ pkgbase = incus-ui
makedepends = git
makedepends = yarn
makedepends = npm
- source =
git+https://github.com/zabbly/incus-ui-canonical.git#tag=incus-0.19.3
- sha256sums =
88800d6ced98093655136c5dd869e837f06145331d0362a3263a30588dea1434
+ source =
git+https://github.com/zabbly/incus-ui-canonical.git#tag=incus-0.19.4
+ sha256sums =
0e42c962eb61c6cda786be4afb872ff2194a3f2bdb86fc82d2e681348bfcb5db
pkgname = incus-ui
=====================================
PKGBUILD
=====================================
@@ -1,5 +1,5 @@
pkgname=incus-ui
-pkgver=0.19.3
+pkgver=0.19.4
pkgrel=1
pkgdesc="incus web interface"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('GPL-3.0-only')
makedepends=('git' 'yarn' 'npm')
changelog=
source=("git+https://github.com/zabbly/incus-ui-canonical.git#tag=incus-${pkgver}")
-sha256sums=('88800d6ced98093655136c5dd869e837f06145331d0362a3263a30588dea1434')
+sha256sums=('0e42c962eb61c6cda786be4afb872ff2194a3f2bdb86fc82d2e681348bfcb5db')
prepare() {
cd "incus-ui-canonical"
=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
[[annotations]]
path = [
"PKGBUILD",
- "README.md",
- "keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/incus-ui/-/compare/36453c1289695bf9d58bc534f271b16807b932b4...b61cceccee872869f70379d49c0e8623b25d6822
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/incus-ui/-/compare/36453c1289695bf9d58bc534f271b16807b932b4...b61cceccee872869f70379d49c0e8623b25d6822
You're receiving this email because of your account on gitlab.archlinux.org.