Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
incus-ui
Commits:
e6b31430 by Morten Linderud at 2026-02-27T17:59:09+01:00
upgpkg: 0.19.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = incus-ui
pkgdesc = incus web interface
- pkgver = 0.19.7
+ pkgver = 0.19.8
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.7
- sha256sums =
0f4132e7abc2900e90c860ec457b6353075ac8d23564a8fb1653454c7134ecc4
+ source =
git+https://github.com/zabbly/incus-ui-canonical.git#tag=incus-0.19.8
+ sha256sums =
49640093fb92ba9bfeffd8101028f9edc9071b8455f03232f6a3fab3b0d68af4
pkgname = incus-ui
=====================================
PKGBUILD
=====================================
@@ -1,5 +1,5 @@
pkgname=incus-ui
-pkgver=0.19.7
+pkgver=0.19.8
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=('0f4132e7abc2900e90c860ec457b6353075ac8d23564a8fb1653454c7134ecc4')
+sha256sums=('49640093fb92ba9bfeffd8101028f9edc9071b8455f03232f6a3fab3b0d68af4')
prepare() {
cd "incus-ui-canonical"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/incus-ui/-/commit/e6b31430194755c27ca85c50fc76a11a0d5e3942
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/incus-ui/-/commit/e6b31430194755c27ca85c50fc76a11a0d5e3942
You're receiving this email because of your account on gitlab.archlinux.org.