summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Lagnese2021-06-06 13:31:42 -0700
committerTim Lagnese2021-06-06 13:31:42 -0700
commitc5621ba51692a23bdde1d744379c8bf4723f6195 (patch)
tree92344a5b50694d943d6fe4158d4459b6e3bd1a61
parent8e07e39ab271b978dddd1f05a8fd3a1b36c831c8 (diff)
downloadaur-c5621ba51692a23bdde1d744379c8bf4723f6195.tar.gz
Update package release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c1fd317b402..1b45ebb8ea76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://alire.ada.dev/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 92497cae5492..bf18a636530c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alire
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
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')
url="https://alire.ada.dev/"