summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormorganamilo2024-03-26 04:23:15 +0000
committermorganamilo2024-03-26 04:23:15 +0000
commit7008763e43b8f950394acf736abd5dc0179d3ff1 (patch)
tree0e6406a790fb228bb0c5b8a158da034ddea1f8d7 /PKGBUILD
parent2bfa586c9fbf08144257c1e5c013481d43760e1a (diff)
downloadaur-7008763e43b8f950394acf736abd5dc0179d3ff1.tar.gz
Fix dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5b241024aab..2370f3e8387d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ backup=("etc/paru.conf")
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL-3.0-or-later')
makedepends=('cargo')
-depends=('git' 'pacman' 'libalpm.so>=14-64')
+depends=('git' 'pacman' 'libalpm.so>=14')
optdepends=('bat: colored pkgbuild printing' 'devtools: build in chroot and downloading pkgbuilds')
sha256sums=('ccf6defc4884d580a4b813cc40323a0389ffc9aa4bdc55f3764a46b235dfe1e0')