Fabian Bornschein pushed to branch main at Arch Linux / Packaging / Packages /
snapshot
Commits:
53c75c75 by Fabian Bornschein at 2023-12-09T15:42:31+01:00
upgpkg: 45.1-1: update to 45.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,15 @@
pkgbase = snapshot
pkgdesc = Take pictures and videos
- pkgver = 45.0
- pkgrel = 2
+ pkgver = 45.1
+ pkgrel = 1
url = https://apps.gnome.org/Snapshot
arch = x86_64
groups = gnome
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = meson
makedepends = rust
depends = dconf
- depends = glib2
depends = graphene
depends = gst-plugin-pipewire
depends = gst-plugins-bad-libs
@@ -21,7 +20,7 @@ pkgbase = snapshot
depends = gtk4
depends = hicolor-icon-theme
depends = libadwaita
- source =
git+https://gitlab.gnome.org/GNOME/snapshot.git#commit=9fa1cf5d0ba15d06602a1ad9f54f452df4d57d67
+ source =
git+https://gitlab.gnome.org/GNOME/snapshot.git#commit=10bd7f8d86897656b89d63b3fdbda74d34052ff0
sha256sums = SKIP
pkgname = snapshot
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,15 @@
# Maintainer: Fabian Bornschein <[email protected]>
pkgname=snapshot
-pkgver=45.0
-pkgrel=2
+pkgver=45.1
+pkgrel=1
pkgdesc="Take pictures and videos"
arch=(x86_64)
url="https://apps.gnome.org/Snapshot"
-license=(GPL3)
+license=(GPL-3.0-or-later)
groups=(gnome)
depends=(
dconf
- glib2
graphene
gst-plugin-pipewire
gst-plugins-bad-libs
@@ -27,14 +26,12 @@ makedepends=(
meson
rust
)
-_commit=9fa1cf5d0ba15d06602a1ad9f54f452df4d57d67 # tags/45.0^0
+_commit=10bd7f8d86897656b89d63b3fdbda74d34052ff0 # tags/45.1^0
source=("git+https://gitlab.gnome.org/GNOME/snapshot.git#commit=$_commit")
sha256sums=('SKIP')
prepare() {
cd ${pkgname}
- # Fixup missing tag
- git tag -f 45.0 9fa1cf5d0ba15d06602a1ad9f54f452df4d57d67
}
pkgver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/snapshot/-/commit/53c75c758e4e6df89832e635fd5cfd67d648eb9b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/snapshot/-/commit/53c75c758e4e6df89832e635fd5cfd67d648eb9b
You're receiving this email because of your account on gitlab.archlinux.org.