Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • archlinux/packaging/packages/loupe
1 result
Show changes
Commits on Source (4)
pkgbase = loupe
pkgdesc = A simple image viewer for GNOME
pkgver = 47.0
pkgver = 48alpha
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/loupe
url = https://apps.gnome.org/Loupe/
arch = x86_64
groups = gnome
license = GPL-3.0-or-later
......@@ -24,8 +24,8 @@ pkgbase = loupe
depends = libadwaita
depends = libgweather-4
depends = libseccomp
source = git+https://gitlab.gnome.org/GNOME/loupe.git?signed#tag=47.0
source = git+https://gitlab.gnome.org/GNOME/loupe.git?signed#tag=48.alpha
validpgpkeys = 4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD
b2sums = 4cce0b36a3256d6abd622c2a6adfe30658d4aff95891655aec4fa4dfb4e65223a2bf0b469c301e3b6c87e3e7098af73ecf35888dbb8ca86564e9f991fa5860f4
b2sums = 05f5e2020a5faa89c5b0993162eddae66c8e3c79fcdef6fe2b9db22db74bd05291dfa30e92dbb0ab8cb9dd710fb42b9bb5cfb03f139beb193975ddf49ee6d0aa
pkgname = loupe
[loupe]
source = "git"
git = "https://gitlab.gnome.org/GNOME/loupe.git"
include_regex = '\d+(\.\d+)*'
# include_regex = '\d+(\.\d+)*'
from_pattern = '\.([a-z])'
to_pattern = '\1'
......@@ -2,10 +2,10 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=loupe
pkgver=47.0
pkgver=48alpha
pkgrel=1
pkgdesc="A simple image viewer for GNOME"
url="https://gitlab.gnome.org/GNOME/loupe"
url="https://apps.gnome.org/Loupe/"
arch=(x86_64)
license=(GPL-3.0-or-later)
groups=(gnome)
......@@ -31,8 +31,8 @@ makedepends=(
meson
rust
)
source=("git+$url.git?signed#tag=${pkgver/[a-z]/.&}")
b2sums=('4cce0b36a3256d6abd622c2a6adfe30658d4aff95891655aec4fa4dfb4e65223a2bf0b469c301e3b6c87e3e7098af73ecf35888dbb8ca86564e9f991fa5860f4')
source=("git+https://gitlab.gnome.org/GNOME/loupe.git?signed#tag=${pkgver/[a-z]/.&}")
b2sums=('05f5e2020a5faa89c5b0993162eddae66c8e3c79fcdef6fe2b9db22db74bd05291dfa30e92dbb0ab8cb9dd710fb42b9bb5cfb03f139beb193975ddf49ee6d0aa')
validpgpkeys=(
4587A0EE1EE5478AAB82C0A93BA28A5559F08EBD # Sophie Herold <sophieherold@gnome.org>
)
......