summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Lagnese2022-09-03 11:10:13 -0700
committerTim Lagnese2022-09-03 11:10:13 -0700
commit55ea21b34277937742c8a7119beb44948394aeef (patch)
tree1cf48bb1a8a69343162cca26fa45749b224c5200
parent12a1ebc3f656ac5cc8a035f4ee17c0476f54678a (diff)
downloadaur-55ea21b34277937742c8a7119beb44948394aeef.tar.gz
Update alire to 1.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b85e0202436..f14b8fb7e216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alire
pkgdesc = A catalog of ready-to-use Ada libraries plus a command-line tool (alr) to obtain, build, and incorporate them into your own projects. It aims to fulfill a similar role to Rust's cargo or OCaml's opam.
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://alire.ada.dev/
arch = i686
@@ -10,15 +10,15 @@ pkgbase = alire
makedepends = gprbuild
depends = gnatcoll-core
depends = unzip
- source = alire-1.2.0.tar.gz::https://github.com/alire-project/alire/archive/refs/tags/v1.2.0.tar.gz
+ source = alire-1.2.1.tar.gz::https://github.com/alire-project/alire/archive/refs/tags/v1.2.1.tar.gz
source = alire.patch
source = git+https://github.com/alire-project/xmlezout.git#commit=1fcbd0b9303d044d8f09a8ef652afa8c0400ee8b
source = git+https://github.com/mosteo/ajunitgen.git#commit=e5d01db5e7834d15c4066f0a8e33d780deae3cc9
- source = git+https://github.com/mosteo/aaa.git#commit=22fcef5c465ece2f9cf5c57b36c340d4d4154811
+ source = git+https://github.com/mosteo/aaa.git#commit=906d9eaf4fb8efabfbc3d8cfb34d04ceec340e13
source = git+https://github.com/alire-project/semantic_versioning.git#commit=fe4e72e40786589a66d53662639f894fcdb3419c
source = git+https://github.com/alire-project/simple_logging.git#commit=02a7de7568af6af7cedd1048901fae8e9477b1d9
source = git+https://github.com/pmderodat/ada-toml.git#commit=2a671ffb1039a036f2bb68bdc88afc8d3dc68c10
- source = git+https://github.com/alire-project/gnatcoll-core.git#commit=e250e4e42d9743b782788cf61b4ddc10a45e69e2
+ source = git+https://github.com/alire-project/gnatcoll-core.git#commit=92bb91130a9ec628b4c48b7ef9fe7f24d9dc25fa
source = git+https://github.com/mosteo/ansi-ada#commit=acf9afca3afe1f8b8843c061f3cef860d7567307
source = git+https://github.com/mosteo/uri-ada.git#commit=b61eba59099b3ab39e59e228fe4529927f9e849e
source = git+https://github.com/mosteo/minirest#commit=4550aa356d55b9cd55f26acd34701f646021c5ff
@@ -28,7 +28,7 @@ pkgbase = alire
source = git+https://github.com/mosteo/optional#commit=0c7d20c0c8b48ccb6b25fb648d48382e598c25c3
source = git+https://github.com/mosteo/stopwatch#commit=86e7302d29f360f98f568b6015755229949b2194
source = git+https://github.com/mosteo/toml_slicer#commit=8b9dff0f450394b07ea71f0eb9b39d9c20e21f9c
- b2sums = 02c4d0bfa7c5a0f33ea1ad22b3a87a65377270fbccd89f2bf68148561c9a51e8a4746c5fa421e5d3e84fdfc36e06b09417f0a0e86be944dad448821986c8bd77
+ b2sums = 7c8bf3eb1f18c022a5d47fbbb38db2e44807d161bf27c3c0efe5275533de977bc50cc348d057fcf57c43071fabef8df5e23cb208e8b1993da06e1170ff126732
b2sums = 9f18f784b95d782befef1601ea1bacdc2b0869517bbb71c940e68e43dcff702ec36c034e5a6da1a6e0a60221c6d21815c1758498eff1885fad8c65c96a48c1ac
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9d83d6c397f6..d0019ed217d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Lagnese <tim at inept tech>
pkgname=alire
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A catalog of ready-to-use Ada libraries plus a command-line tool (alr) to obtain, build, and incorporate them into your own projects. It aims to fulfill a similar role to Rust's cargo or OCaml's opam."
arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/alire-project/alire/archive
alire.patch
git+https://github.com/alire-project/xmlezout.git#commit=1fcbd0b9303d044d8f09a8ef652afa8c0400ee8b
git+https://github.com/mosteo/ajunitgen.git#commit=e5d01db5e7834d15c4066f0a8e33d780deae3cc9
-git+https://github.com/mosteo/aaa.git#commit=22fcef5c465ece2f9cf5c57b36c340d4d4154811
+git+https://github.com/mosteo/aaa.git#commit=906d9eaf4fb8efabfbc3d8cfb34d04ceec340e13
git+https://github.com/alire-project/semantic_versioning.git#commit=fe4e72e40786589a66d53662639f894fcdb3419c
git+https://github.com/alire-project/simple_logging.git#commit=02a7de7568af6af7cedd1048901fae8e9477b1d9
git+https://github.com/pmderodat/ada-toml.git#commit=2a671ffb1039a036f2bb68bdc88afc8d3dc68c10
-git+https://github.com/alire-project/gnatcoll-core.git#commit=e250e4e42d9743b782788cf61b4ddc10a45e69e2
+git+https://github.com/alire-project/gnatcoll-core.git#commit=92bb91130a9ec628b4c48b7ef9fe7f24d9dc25fa
git+https://github.com/mosteo/ansi-ada#commit=acf9afca3afe1f8b8843c061f3cef860d7567307
git+https://github.com/mosteo/uri-ada.git#commit=b61eba59099b3ab39e59e228fe4529927f9e849e
git+https://github.com/mosteo/minirest#commit=4550aa356d55b9cd55f26acd34701f646021c5ff
@@ -28,7 +28,7 @@ git+https://github.com/mosteo/optional#commit=0c7d20c0c8b48ccb6b25fb648d48382e59
git+https://github.com/mosteo/stopwatch#commit=86e7302d29f360f98f568b6015755229949b2194
git+https://github.com/mosteo/toml_slicer#commit=8b9dff0f450394b07ea71f0eb9b39d9c20e21f9c
)
-b2sums=('02c4d0bfa7c5a0f33ea1ad22b3a87a65377270fbccd89f2bf68148561c9a51e8a4746c5fa421e5d3e84fdfc36e06b09417f0a0e86be944dad448821986c8bd77'
+b2sums=('7c8bf3eb1f18c022a5d47fbbb38db2e44807d161bf27c3c0efe5275533de977bc50cc348d057fcf57c43071fabef8df5e23cb208e8b1993da06e1170ff126732'
'9f18f784b95d782befef1601ea1bacdc2b0869517bbb71c940e68e43dcff702ec36c034e5a6da1a6e0a60221c6d21815c1758498eff1885fad8c65c96a48c1ac'
'SKIP'
'SKIP'