From a5c17cb56c53c5f1c25244ca062ed910496f6c53 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 6 Sep 2016 13:28:33 +0200 Subject: [PATCH] renamed p8-platform --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 08e6fc3..7bed754 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,3 @@ -# Generated by mksrcinfo v8 -# Tue Mar 29 09:19:17 UTC 2016 pkgbase = libplatform-git pkgdesc = Platform support library used by libCEC and binary add-ons for Kodi pkgver = 2.0.1.r2.g041a8c6 @@ -10,7 +8,9 @@ pkgbase = libplatform-git license = GPL makedepends = git provides = libplatform + provides = p8-platform conflicts = libplatform + conflicts = p8-platform source = libplatform::git+https://github.com/Pulse-Eight/platform.git md5sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index b8505bf..c8627e3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,8 +8,8 @@ arch=('i686' 'x86_64') url="https://github.com/Pulse-Eight/platform" license=('GPL') makedepends=('git') -provides=('libplatform') -conflicts=('libplatform') +provides=('libplatform' 'p8-platform') +conflicts=('libplatform' 'p8-platform') source=('libplatform::git+https://github.com/Pulse-Eight/platform.git') md5sums=('SKIP')