Package Details: ignis-gvc 0.1.0.r1.g03e1dde-1

Git Clone URL: https://aur.archlinux.org/ignis-gvc.git (read-only, click to copy)
Package Base: ignis-gvc
Description: A standalone libgvc for Ignis
Upstream URL: https://github.com/ignis-sh/ignis-gvc
Licenses: MIT
Conflicts: ignis-gvc-git
Provides: ignis-gvc
Submitter: linkfrg
Maintainer: linkfrg
Last Packager: linkfrg
Votes: 0
Popularity: 0.000000
First Submitted: 2025-07-27 21:51 (UTC)
Last Updated: 2025-07-27 21:51 (UTC)

Latest Comments

gaitenis commented on 2025-10-16 09:24 (UTC) (edited on 2025-10-16 09:28 (UTC) by gaitenis)

Version in AUR is 0.1.0.r1.g03e1dde-1 (this seems more like a ignis-gvc-git specific version), bet the installed package has version 0.1.0-1, which results in ignis-gvc being reported all the time in update checks, which is a bit annoying.

Sure, I can modify build files, and that I did (but I rather not):

diff --git a/PKGBUILD b/PKGBUILD
index 862a725..a2348b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
 # Maintainer: linkfrg <linkfrg.dev@proton.me>
 pkgname=ignis-gvc
-pkgver=0.1.0
+pkgver=0.1.0.r1.g03e1dde
+srcver=0.1.0
 pkgrel=1
-pkgdesc="A standalone libgvc for Ignis"
+pkgdesc='A standalone libgvc for Ignis'
 arch=('x86_64')
-url="https://github.com/ignis-sh/ignis-gvc"
+url='https://github.com/ignis-sh/ignis-gvc'
 license=('MIT')
 makedepends=(gobject-introspection
              meson
              )
 depends=(glib2
@@ -16,11 +17,11 @@ depends=(glib2

 source=("git+${url}")
 sha256sums=('SKIP')
 provides=('ignis-gvc')
 conflicts=('ignis-gvc-git')
-source=("$pkgname-v$pkgver.tar.gz::$url/releases/download/v${pkgver}/ignis-gvc-v${pkgver}.tar.gz")
+source=("${pkgname}-v${srcver}.tar.gz::$url/releases/download/v${srcver}/ignis-gvc-v${srcver}.tar.gz")
 sha256sums=('a6421c00f227c0f041ca07a0fc0933a20b6fc8b449265a47ca887c456b0d3c96')

 build() {
   cd $srcdir/$pkgname
   arch-meson build