Jan Alexander Steffens (heftig) pushed to branch gnome-unstable at Arch Linux /
Packaging / Packages / gnome-app-list
Commits:
33d06972 by Jan Alexander Steffens (heftig) at 2024-09-14T05:33:17+02:00
1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gnome-app-list
pkgdesc = Provides app recommendation data for the GNOME project
- pkgver = 0.2
+ pkgver = 1.0
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gnome-app-list
arch = any
@@ -10,7 +10,7 @@ pkgbase = gnome-app-list
makedepends = git
makedepends = libxml2
makedepends = meson
- source = git+https://gitlab.gnome.org/GNOME/gnome-app-list.git#tag=0.2
- b2sums =
3aab524e816e68672ea107d08b323bea227367841ff63ecc6ea016f200933f2d648b4573b6a2280b24609652fe28f845ffc3265dc61c171690e58100db3b4362
+ source = git+https://gitlab.gnome.org/GNOME/gnome-app-list.git#tag=1.0
+ b2sums =
2b8c547ea959cef1065c3f6254cdf7273140c32996615a3eedf6c3bc1b0eb35b5d675ab1c3e4a39b97c76bf7036ed00f2536692a6d727d43b10659693fb1474b
pkgname = gnome-app-list
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: Fabian Bornschein <[email protected]>
pkgname=gnome-app-list
-pkgver=0.2
+pkgver=1.0
pkgrel=1
pkgdesc="Provides app recommendation data for the GNOME project"
arch=(any)
url="https://gitlab.gnome.org/GNOME/gnome-app-list"
-license=('LGPL-2.1-or-later')
+license=(LGPL-2.1-or-later)
makedepends=(
git
libxml2
@@ -15,10 +15,9 @@ makedepends=(
checkdepends=(
flake8
python-black
- )
+)
source=("git+$url.git#tag=${pkgver/[a-z]/.&}")
-b2sums=('3aab524e816e68672ea107d08b323bea227367841ff63ecc6ea016f200933f2d648b4573b6a2280b24609652fe28f845ffc3265dc61c171690e58100db3b4362')
-
+b2sums=('2b8c547ea959cef1065c3f6254cdf7273140c32996615a3eedf6c3bc1b0eb35b5d675ab1c3e4a39b97c76bf7036ed00f2536692a6d727d43b10659693fb1474b')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-app-list/-/commit/33d0697249ff3ed7f6918a4f63d3484ffb7d46a3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-app-list/-/commit/33d0697249ff3ed7f6918a4f63d3484ffb7d46a3
You're receiving this email because of your account on gitlab.archlinux.org.