* update libmtp to 1.1.22-1
This commit is contained in:
parent
6631fa9180
commit
ccf8c857b3
@ -1,18 +1,22 @@
|
||||
pkgbase = libmtp
|
||||
pkgdesc = Library implementation of the Media Transfer Protocol
|
||||
pkgver = 1.1.21
|
||||
pkgrel = 2
|
||||
pkgver = 1.1.22
|
||||
pkgrel = 1
|
||||
url = http://libmtp.sourceforge.net
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = LGPL-2.1-or-later
|
||||
makedepends = doxygen
|
||||
depends = glibc
|
||||
depends = libgcrypt
|
||||
depends = libusb
|
||||
source = https://downloads.sourceforge.net/libmtp/libmtp-1.1.21.tar.gz
|
||||
source = https://downloads.sourceforge.net/libmtp/libmtp-1.1.21.tar.gz.asc
|
||||
source = https://downloads.sourceforge.net/libmtp/libmtp-1.1.22.tar.gz
|
||||
source = https://downloads.sourceforge.net/libmtp/libmtp-1.1.22.tar.gz.asc
|
||||
validpgpkeys = 7C4AFD61D8AAE7570796A5172209D6902F969C95
|
||||
sha256sums = c4ffa5ab8c8f48c91b0047f2e253c101c418d5696a5ed65c839922a4280872a7
|
||||
sha256sums = c3fcf411aea9cb9643590cbc9df99fa5fe30adcac695024442973d76fa5f87bc
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = libmtp
|
||||
|
@ -5,8 +5,8 @@
|
||||
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
|
||||
|
||||
pkgname=libmtp
|
||||
pkgver=1.1.21
|
||||
pkgrel=2.1
|
||||
pkgver=1.1.22
|
||||
pkgrel=1
|
||||
pkgdesc='Library implementation of the Media Transfer Protocol'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='http://libmtp.sourceforge.net'
|
||||
@ -16,7 +16,7 @@ depends=(glibc
|
||||
libusb)
|
||||
makedepends=(doxygen)
|
||||
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
|
||||
sha256sums=('c4ffa5ab8c8f48c91b0047f2e253c101c418d5696a5ed65c839922a4280872a7'
|
||||
sha256sums=('c3fcf411aea9cb9643590cbc9df99fa5fe30adcac695024442973d76fa5f87bc'
|
||||
'SKIP')
|
||||
validpgpkeys=(7C4AFD61D8AAE7570796A5172209D6902F969C95) # Marcus Meißner <meissner@suse.de>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user