diff options
-rw-r--r-- | mtx-svn/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mtx-svn/PKGBUILD b/mtx-svn/PKGBUILD index 783e895b6..413a81605 100644 --- a/mtx-svn/PKGBUILD +++ b/mtx-svn/PKGBUILD @@ -3,7 +3,7 @@ pkgname=mtx-svn pkgver=r200 -pkgrel=14 +pkgrel=15 pkgdesc="Tools used to view information about, and to control, Media Changer devices such as Tape and DVD/CD libraries." arch=('armv6h' 'armv7h' 'aarch64' 'i486' 'i686' 'pentium4' 'x86_64') url="https://sourceforge.net/projects/mtx/" @@ -14,10 +14,10 @@ _pinned_dependencies=( 'glibc>=2.31' ) _pinned_dependencies_armv6h=( - 'gcc-libs=13.1.1' + 'gcc-libs=12.2.1' ) _pinned_dependencies_armv7h=( - 'gcc-libs=13.1.1' + 'gcc-libs=12.2.1' ) depends=("${_pinned_dependencies[@]}") depends_armv6h=("${_pinned_dependencies_armv6h[@]}") |