diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-12-01 08:19:46 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-12-01 08:19:46 +0100 |
commit | af835f9c27ccc236964d9a69ee2e2da8ca08c7b0 (patch) | |
tree | 84df6d33463dd138dfdc43af9366ef8c72797b4e /wcc-git | |
parent | 8a74bead1a148e25c3f50c4544292da5769f7e8c (diff) | |
download | archlinuxewe-af835f9c27ccc236964d9a69ee2e2da8ca08c7b0.tar.xz |
wcc-git: rebuild
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 9765d9283..6be27b615 100644 --- a/wcc-git/PKGBUILD +++ b/wcc-git/PKGBUILD @@ -4,14 +4,14 @@ pkgname=wcc-git _pkgname=wcc pkgver=0.0.2.r33.g503f6df -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.187' + 'libelf=0.188' 'zlib=1:1.2.13' ) depends=(binutils readline gsl "${_pinned_dependencies[@]}") |