Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
opam
Commits:
2bd115fc by Alexander F. Rødseth at 2024-08-31T00:12:05+02:00
upgpkg: 2.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = opam
pkgdesc = OCaml package manager
- pkgver = 2.2.0_2
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://opam.ocaml.org/
arch = x86_64
license = LGPL-2.1-only
@@ -12,7 +12,7 @@ pkgbase = opam
optdepends = git: For downloading packages with git
optdepends = mercurial: For downloading packages with mercurial
optdepends = rsync: For downloading packages with rsync
- source =
https://github.com/ocaml/opam/releases/download/2.2.0_2/opam-full-2.2.0-2.tar.gz
- b2sums =
808f896c07462f69d31c84266be5e430bea0084f2c463b60724ce5b861e0565dae72fae10a88fb0ff33b11a290606321360c378b9b9b0e274f04c8869b933557
+ source =
https://github.com/ocaml/opam/releases/download/2.2.1/opam-full-2.2.1.tar.gz
+ b2sums =
821a9615af52fcde0350bd77b14011589c6c754f9d30024fb52b3c6956d6245831019a8018c3d666319d9f077fdabbb259a7b74c05ae97a99b777343ea9cfa14
pkgname = opam
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Vincent B. <[email protected]>
pkgname=opam
-pkgver=2.2.0_2
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
pkgdesc='OCaml package manager'
arch=(x86_64)
url='https://opam.ocaml.org/'
@@ -14,7 +14,7 @@ optdepends=('darcs: For downloading packages with darcs'
'mercurial: For downloading packages with mercurial'
'rsync: For downloading packages with rsync')
source=("https://github.com/ocaml/opam/releases/download/${pkgver%_*}/opam-full-${pkgver/_/-}.tar.gz")
-b2sums=('808f896c07462f69d31c84266be5e430bea0084f2c463b60724ce5b861e0565dae72fae10a88fb0ff33b11a290606321360c378b9b9b0e274f04c8869b933557')
+b2sums=('821a9615af52fcde0350bd77b14011589c6c754f9d30024fb52b3c6956d6245831019a8018c3d666319d9f077fdabbb259a7b74c05ae97a99b777343ea9cfa14')
build() {
cd opam-full-${pkgver%_*}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opam/-/commit/2bd115fcb826f6fbce2ee971591c375840705974
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opam/-/commit/2bd115fcb826f6fbce2ee971591c375840705974
You're receiving this email because of your account on gitlab.archlinux.org.