summaryrefslogtreecommitdiff
path: root/mtx-svn
diff options
context:
space:
mode:
Diffstat (limited to 'mtx-svn')
-rw-r--r--mtx-svn/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/mtx-svn/PKGBUILD b/mtx-svn/PKGBUILD
index ee571e376..f7b164520 100644
--- a/mtx-svn/PKGBUILD
+++ b/mtx-svn/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mtx-svn
pkgver=r200
-pkgrel=16
+pkgrel=17
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=13.2.1'
)
_pinned_dependencies_armv7h=(
- 'gcc-libs=13.1.1'
+ 'gcc-libs=13.2.1'
)
depends=("${_pinned_dependencies[@]}")
depends_armv6h=("${_pinned_dependencies_armv6h[@]}")