summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-08-12 13:28:36 +0200
committerM0Rf302015-08-12 13:28:36 +0200
commitb54c4c2056e4a0534b4c98833e25d55d724a4365 (patch)
tree3499604c99e4160069d93bf3dcd54f7237f39089
parent77c50332e634ce318bc4d2dcd814e23ae90275e1 (diff)
downloadaur-b54c4c2056e4a0534b4c98833e25d55d724a4365.tar.gz
updated and fix conflicts with community package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cecc1f2e9fb..eab26e018489 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mtd-tools-git
pkgdesc = MTD userspace tools
- pkgver = 928.dcea43e
+ pkgver = 965.0e602bf
pkgrel = 1
url = http://www.linux-mtd.infradead.org/index.html
arch = i686
@@ -9,6 +9,8 @@ pkgbase = mtd-tools-git
makedepends = git
depends = util-linux
depends = lzo2
+ provides = mtd-uitls
+ replaces = mtd-utils
source = mtd-utils::git://git.infradead.org/mtd-utils.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 27108cfcd8a5..13f7fcb8f2cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: M0Rf30
pkgname=mtd-tools-git
-pkgver=928.dcea43e
+pkgver=965.0e602bf
pkgrel=1
pkgdesc="MTD userspace tools"
arch=('i686' 'x86_64')
@@ -9,6 +9,8 @@ url="http://www.linux-mtd.infradead.org/index.html"
license=('GPL')
depends=('util-linux' 'lzo2')
makedepends=('git')
+provides=('mtd-uitls')
+replaces=('mtd-utils')
source=("mtd-utils::git://git.infradead.org/mtd-utils.git")
package ()