summaryrefslogtreecommitdiff
path: root/mtx-svn/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'mtx-svn/PKGBUILD')
-rw-r--r--mtx-svn/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/mtx-svn/PKGBUILD b/mtx-svn/PKGBUILD
index e19c7173..5cd7bff5 100644
--- a/mtx-svn/PKGBUILD
+++ b/mtx-svn/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mtx-svn
pkgver=r200
_distdir="mtx-code-${pkgver}-trunk-mtx"
-pkgrel=6
+pkgrel=7
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/"
@@ -15,10 +15,10 @@ _pinned_dependencies=(
'glibc>=2.31'
)
_pinned_dependencies_armv6h=(
- 'gcc-libs=10.1.0'
+ 'gcc-libs=10.2.0'
)
_pinned_dependencies_armv7h=(
- 'gcc-libs=10.1.0'
+ 'gcc-libs=10.2.0'
)
depends=("${_pinned_dependencies[@]}")
depends_armv6h=("${_pinned_dependencies_armv6h[@]}")