diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:54 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:54 +0200 |
commit | bd7d6575e555ded3d59b75586d4534664b26935c (patch) | |
tree | 0484aa5c75268b2402328f3b05456378398fb129 | |
parent | cdf7d1e3f36af66268c004e05dd498f89d3b284a (diff) | |
download | archlinuxewe-bd7d6575e555ded3d59b75586d4534664b26935c.tar.xz |
wcc-git: rebuild
-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 641a68bf0..af425b6e6 100644 --- a/wcc-git/PKGBUILD +++ b/wcc-git/PKGBUILD @@ -4,12 +4,12 @@ pkgname=wcc-git _pkgname=wcc pkgver=0.0.2.r37.g8254480 -pkgrel=2 +pkgrel=3 pkgdesc="The Witchcraft Compiler Collection" arch=('i486' 'i686' 'pentium4' 'x86_64') license=('MIT') _pinned_dependencies=( - 'binutils=2.40' + 'binutils=2.41' 'glibc>=2.33' 'libcapstone.so=4' 'libelf=0.189' |