summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mtx-svn/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/mtx-svn/PKGBUILD b/mtx-svn/PKGBUILD
index 3fe83e190..2f12e9c30 100644
--- a/mtx-svn/PKGBUILD
+++ b/mtx-svn/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mtx-svn
pkgver=r200
-pkgrel=12
+pkgrel=13
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=12.2.0'
+ 'gcc-libs=12.2.1'
)
_pinned_dependencies_armv7h=(
- 'gcc-libs=12.2.0'
+ 'gcc-libs=12.2.1'
)
depends=("${_pinned_dependencies[@]}")
depends_armv6h=("${_pinned_dependencies_armv6h[@]}")