diff options
Diffstat (limited to 'wcc-git')
-rw-r--r-- | wcc-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wcc-git/PKGBUILD b/wcc-git/PKGBUILD index 75b65aba4..a8dba3814 100644 --- a/wcc-git/PKGBUILD +++ b/wcc-git/PKGBUILD @@ -4,14 +4,14 @@ pkgname=wcc-git _pkgname=wcc pkgver=0.0.2.r37.g8254480 -pkgrel=1 +pkgrel=2 pkgdesc="The Witchcraft Compiler Collection" arch=('i486' 'i686' 'pentium4' 'x86_64') license=('MIT') _pinned_dependencies=( 'glibc>=2.33' 'libcapstone.so=4' - 'libelf=0.188' + 'libelf=0.189' 'zlib=1:1.2.13' ) depends=(binutils readline gsl "${_pinned_dependencies[@]}") |