update
This commit is contained in:
parent
32fa5b48bc
commit
db3f08b5c0
5
.SRCINFO
5
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = mmc-utils
|
||||
pkgdesc = Userspace tools for MMC/SD devices
|
||||
pkgver = r128.f757f41
|
||||
pkgrel = 2
|
||||
pkgver = r132.123fd8b
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
|
||||
arch = x86_64
|
||||
@ -11,6 +11,7 @@ pkgbase = mmc-utils
|
||||
arch = armv6h
|
||||
license = GPL
|
||||
makedepends = git
|
||||
makedepends = sparse
|
||||
provides = mmc-utils
|
||||
conflicts = mmc-utils
|
||||
source = git+https://gitea.classfun.cn:4443/korg/mmc-utils.git
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -3,14 +3,14 @@
|
||||
# Contributor: Vincent Bernardoff <vb AT luminar.eu.org>
|
||||
|
||||
pkgname=mmc-utils
|
||||
pkgver=r128.f757f41
|
||||
pkgrel=2
|
||||
pkgver=r132.123fd8b
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Userspace tools for MMC/SD devices"
|
||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
|
||||
url="https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git"
|
||||
license=('GPL')
|
||||
makedepends=('git')
|
||||
makedepends=('git' 'sparse')
|
||||
provides=("${pkgname}")
|
||||
conflicts=("${pkgname}")
|
||||
source=('git+https://gitea.classfun.cn:4443/korg/mmc-utils.git')
|
||||
|
Loading…
Reference in New Issue
Block a user