hashworks pushed to branch main at Arch Linux / Packaging / Packages /
python-gitlabber
Commits:
48b9b45c by Justin Kromlinger at 2024-07-02T19:04:17+02:00
upgpkg: 1.2.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-gitlabber
pkgdesc = Clones or pulls entire groups tree from GitLab
- pkgver = 1.1.9
- pkgrel = 3
+ pkgver = 1.2.5
+ pkgrel = 1
url = https://github.com/ezbz/gitlabber
arch = any
license = MIT
@@ -16,7 +16,7 @@ pkgbase = python-gitlabber
depends = python-pyyaml
depends = python-tqdm
depends = python-docopt
- source =
python-gitlabber::git+https://github.com/ezbz/gitlabber#commit=6849af22aaa12cf7a435e407056daa0cf0d53f71
- sha256sums = SKIP
+ source =
python-gitlabber::git+https://github.com/ezbz/gitlabber#commit=4efce38a43c7b37bc3be1fe6c253077d0ce6b3aa
+ sha256sums =
bba896301f3e35adc52be4661576f130e6646452421f1832a73eaf495d627a37
pkgname = python-gitlabber
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
# Maintainer: Justin Kromlinger <[email protected]>
pkgname=python-gitlabber
-pkgver=1.1.9
-pkgrel=3
+pkgver=1.2.5
+_commit=4efce38a43c7b37bc3be1fe6c253077d0ce6b3aa
+pkgrel=1
pkgdesc='Clones or pulls entire groups tree from GitLab'
arch=('any')
license=('MIT')
@@ -25,9 +26,8 @@ checkdepends=(
'python-pytest-cov'
'python-pytest-integration'
)
-_commit=6849af22aaa12cf7a435e407056daa0cf0d53f71
source=("$pkgname::git+${url}#commit=$_commit")
-sha256sums=('SKIP')
+sha256sums=('bba896301f3e35adc52be4661576f130e6646452421f1832a73eaf495d627a37')
pkgver() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlabber/-/commit/48b9b45c07e45f821687f6261674be142ae69ea0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitlabber/-/commit/48b9b45c07e45f821687f6261674be142ae69ea0
You're receiving this email because of your account on gitlab.archlinux.org.