summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2016-10-18 23:06:17 +0200
committerJohannes Löthberg2016-10-18 23:06:17 +0200
commitc2b865efb755af061c51059063bb098c47eb9a0d (patch)
treeeaefb7dbfda75a0f2d5d5a248f7bff2f14656247
parentb7de0964409f080fced61385a5fe37037f37f5d2 (diff)
downloadaur-c2b865efb755af061c51059063bb098c47eb9a0d.tar.gz
Add provides/replaces
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83109b083a7..733ca5836323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = pacman-contrib-git
arch = any
license = GPL
depends = pacman-git
+ provides = pacman-contrib
+ replaces = pacman-contrib
source = git+https://git.archlinux.org/pacman-contrib.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1b3b47bf3aa6..58bfad10f618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ arch=('i686' 'x86_64')
arch=('any')
license=('GPL')
depends=('pacman-git') # change to 'pacman' after release 5.0.2
+provides=('pacman-contrib')
+replaces=('pacman-contrib')
source=("git+$url")
sha512sums=('SKIP')