diff options
-rw-r--r-- | mtx-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mtx-git/PKGBUILD b/mtx-git/PKGBUILD index c62878ec1..efb5b221f 100644 --- a/mtx-git/PKGBUILD +++ b/mtx-git/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mtx-git _pkgname=mtx pkgver=r8.3dc2a38 -pkgrel=3 +pkgrel=1 pkgdesc="Tools used to view information about, and to control, Media Changer devices such as Tape and DVD/CD libraries." arch=('i486' 'i686' 'pentium4' 'x86_64') url="https://github.com/mtx-org/mtx" @@ -17,7 +17,7 @@ _pinned_dependencies=( ) depends=("${_pinned_dependencies[@]}") source=(git+https://github.com/mtx-org/mtx.git) -md5sums=('SKIP') +sha512sums=('SKIP') pkgver() { cd "${srcdir}/${_pkgname}/mtx" |