summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')