diff options
Diffstat (limited to 'wcc-git/PKGBUILD')
-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 fd4687d6a..e02c62a64 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=3 +pkgrel=4 pkgdesc="The Witchcraft Compiler Collection" arch=('i486' 'i686' 'pentium4' 'x86_64') license=('MIT') _pinned_dependencies=( 'glibc>=2.33' 'libcapstone.so=4' - 'libelf=0.189' + 'libelf=0.190' 'libsframe.so=1' 'libz.so=1' 'libzstd.so=1' |