Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
bugzilla
Commits:
6452bca4 by Sergej Pupykin at 2024-11-17T00:13:01+03:00
upgpkg: 5.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bugzilla
pkgdesc = bug tracker
- pkgver = 5.0.6
- pkgrel = 6
+ pkgver = 5.2
+ pkgrel = 1
url = https://www.bugzilla.org
arch = any
license = custom:MPL2
@@ -51,7 +51,7 @@ pkgbase = bugzilla
optdepends = perl-net-smtp-ssl
options = !strip
backup = srv/http/bugzilla/.htaccess
- source =
https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-5.0.6.tar.gz
- sha256sums =
dd41a4b0a3a1df0d193bc056f2e3711d7b5605718a00bf6e5d4177bf1be86f77
+ source =
https://ftp.mozilla.org/pub/webtools/bugzilla/5.2-branch/bugzilla-5.2.tar.gz
+ sha256sums =
6a2d66352456695fcdd1d0d7a9afe62fc2a94cc6217ebccc2b9b474d5c047b74
pkgname = bugzilla
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Sergej Pupykin <[email protected]>
pkgname=bugzilla
-pkgver=5.0.6
-pkgrel=6
+pkgver=5.2
+pkgrel=1
pkgdesc="bug tracker"
arch=('any')
url="https://www.bugzilla.org"
@@ -32,8 +32,8 @@ optdepends=('perl-dbd-pg'
'perl-net-smtp-ssl')
options=(!strip)
backup=('srv/http/bugzilla/.htaccess')
-source=(https://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-sha256sums=('dd41a4b0a3a1df0d193bc056f2e3711d7b5605718a00bf6e5d4177bf1be86f77')
+source=(https://ftp.mozilla.org/pub/webtools/bugzilla/5.2-branch/bugzilla-$pkgver.tar.gz)
+sha256sums=('6a2d66352456695fcdd1d0d7a9afe62fc2a94cc6217ebccc2b9b474d5c047b74')
prepare() {
cd "$srcdir"/$pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bugzilla/-/commit/6452bca48318edb704767d0fc4d8590241e16fb1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bugzilla/-/commit/6452bca48318edb704767d0fc4d8590241e16fb1
You're receiving this email because of your account on gitlab.archlinux.org.