summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b45ebb8ea76..6ce88c1f9370 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 = 4
+ pkgrel = 5
url = https://alire.ada.dev/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bf18a636530c..b76458f65053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alire
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
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/"
@@ -46,9 +46,9 @@ prepare()
{
# Get the submodules from the sources above
cd "$srcdir/$pkgname-$pkgver"
- git apply "$srcdir/alire.patch"
+ patch --strip=1 < "$srcdir/alire.patch"
# Apply patch as workaround for https://github.com/alire-project/alire/issues/729
- git apply "$srcdir/20efc54a47ddd62faeb483301c9cb28a968ca80e.patch"
+ patch --strip=1 < "$srcdir/20efc54a47ddd62faeb483301c9cb28a968ca80e.patch"
}
build() {