Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / repo
Commits:
a987b50b by Alexander Epaneshnikov at 2024-09-19T15:23:45+03:00
upgpkg: 2.47-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = repo
pkgdesc = The Multiple Git Repository Tool from the Android Open Source
Project
- pkgver = 2.45
- pkgrel = 2
+ pkgver = 2.47
+ pkgrel = 1
url = https://android.googlesource.com/tools/repo
arch = any
license = Apache-2.0
depends = git
depends = python
- source =
git+https://android.googlesource.com/tools/repo.git#tag=v2.45?signed
+ source =
git+https://android.googlesource.com/tools/repo.git#tag=v2.47?signed
validpgpkeys = 8BB9AD793E8E6153AF0F9A4416530D5E920F5C65
- sha256sums =
2d3c8178fd539242cfecd5cfb861f98e269fe5761a0109dc8d96358f3a12798a
+ sha256sums =
0b794443270aaaa9c9cb7b989574c489fd6633b9d94ccdd53659cac1c14e8376
pkgname = repo
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Alexander Epaneshnikov <[email protected]>
pkgname=repo
-pkgver=2.45
-pkgrel=2
+pkgver=2.47
+pkgrel=1
pkgdesc="The Multiple Git Repository Tool from the Android Open Source Project"
url="https://android.googlesource.com/tools/repo"
arch=('any')
@@ -11,7 +11,7 @@ license=("Apache-2.0")
depends=("git" "python")
source=("git+https://android.googlesource.com/tools/repo.git#tag=v$pkgver?signed")
validpgpkeys=('8BB9AD793E8E6153AF0F9A4416530D5E920F5C65') # Repo Maintainer
<[email protected]>
-sha256sums=('2d3c8178fd539242cfecd5cfb861f98e269fe5761a0109dc8d96358f3a12798a')
+sha256sums=('0b794443270aaaa9c9cb7b989574c489fd6633b9d94ccdd53659cac1c14e8376')
package() {
cd repo
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/repo/-/commit/a987b50bc8de707759b8633978569e7499fd2f7d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/repo/-/commit/a987b50bc8de707759b8633978569e7499fd2f7d
You're receiving this email because of your account on gitlab.archlinux.org.