diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-06 16:43:49 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-06 16:43:49 +0200 |
commit | a3a4793ec8ad794ff691f386dc03976c6eea459c (patch) | |
tree | 52f323bfcab12513c4c34df9e4f94ae99da85e88 | |
parent | cc852751ef6db14339883eadc305d893056a42e4 (diff) | |
download | archlinuxewe-a3a4793ec8ad794ff691f386dc03976c6eea459c.tar.xz |
charles-bin: rebuild
-rw-r--r-- | charles-bin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/charles-bin/PKGBUILD b/charles-bin/PKGBUILD index 68153005a..5b0f7af73 100644 --- a/charles-bin/PKGBUILD +++ b/charles-bin/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Nico <d3sox at protonmail dot com> pkgname=charles-bin pkgver=4.6.5 -pkgrel=5 +pkgrel=6 pkgdesc="Web debugging proxy application (Built using the deb package)" arch=('x86_64') url="https://www.charlesproxy.com" @@ -15,7 +15,7 @@ _pinned_dependencies=( 'libasound.so=2' 'libfontconfig.so=1' 'libfreetype.so=6' - 'libx11=1.8.9' + 'libx11=1.8.10' 'libxext=1.3.6' 'libxi=1.8.1' 'libxrender=0.9.11' |