diff options
-rw-r--r-- | alpine/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/PKGBUILD b/alpine/PKGBUILD index 178ee509d..83634622b 100644 --- a/alpine/PKGBUILD +++ b/alpine/PKGBUILD @@ -4,13 +4,13 @@ pkgname=alpine pkgver=2.26.r23.3d6c554 _commit=${pkgver##*.} -pkgrel=3 +pkgrel=4 arch=("i686" "pentium4" "x86_64") pkgdesc="Apache licensed PINE mail user agent" url="http://alpine.freeiz.com" license=("APACHE") _pinned_dependencies=( - 'gcc-libs=13.1.1' + 'gcc-libs=12.2.1' 'glibc>=2.31' 'libcrypto.so=3' 'libcrypt.so=2' |