summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjguer2020-05-01 17:41:01 +0200
committerjguer2020-05-01 17:41:01 +0200
commit21ea830c2a5ad413de0eb48efbacd59af25043e7 (patch)
tree006e10a3c5982914890a25be11c600c86244f481
parent05e3e2529db89fde1ae8861e06415090e65c047a (diff)
downloadaur-21ea830c2a5ad413de0eb48efbacd59af25043e7.tar.gz
9.4.7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54762437890..783d64ceb398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = yay
arch = aarch64
license = GPL
makedepends = go
- depends = pacman>=5.2
+ depends = libalpm.so>=12
depends = sudo
depends = git
source = yay-9.4.7.tar.gz::https://github.com/Jguer/yay/archive/v9.4.7.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a8f404da1549..9db2d8ebfe61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL')
depends=(
- 'pacman>=5.2'
+ 'libalpm.so>=12'
'sudo'
'git'
)