summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-12-30 08:13:29 -0700
committeryochananmarqos2019-12-30 08:13:29 -0700
commit4ad15c9e941589fc2d428ceb388743b2566e9bb5 (patch)
tree0642e5d1509d6cae93850e11620bff0fc61a8a53
parenta55d735af26fe678859e68eeea7e9bdc9ebd80e3 (diff)
downloadaur-4ad15c9e941589fc2d428ceb388743b2566e9bb5.tar.gz
fix provides / conflicts
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84c8d688ba29..585afa4e679e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nemo-ext-git-git
pkgdesc = Nemo extension to add important information about the current git directory
pkgver = 1.3.r16.g5389549
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bilelmoussaoui/nautilus-git
arch = i686
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = nemo-ext-git-git
depends = gobject-introspection
depends = gtk3
depends = nemo-python
- provides = nemo-ext-git
- provides = nemo-git
- conflicts = nemo-ext-git
- conflicts = nemo-git
+ provides = nemo-ext-git=1.3
+ provides = nautilus-git=1.3
+ conflicts = nemo-ext-git-1.3
+ conflicts = nautilus-git=1.3
source = nemo-ext-git::git+https://github.com/bilelmoussaoui/nautilus-git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b5aafa10c1b9..05f1452318bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=nemo-ext-git-git
pkgver=1.3.r16.g5389549
-pkgrel=2
+pkgrel=3
pkgdesc="Nemo extension to add important information about the current git directory"
arch=('i686' 'x86_64')
url="https://github.com/bilelmoussaoui/nautilus-git"
license=('GPL3')
depends=('git' 'gobject-introspection' 'gtk3' 'nemo-python')
makedepends=('gnome-common' 'meson' 'intltool')
-provides=("${pkgname%-git}" 'nemo-git')
-conflicts=("${pkgname%-git}" 'nemo-git')
+provides=("${pkgname%-git}=1.3" 'nautilus-git=1.3')
+conflicts=("${pkgname%-git}-1.3" 'nautilus-git=1.3')
source=("${pkgname%-git}::git+https://github.com/bilelmoussaoui/nautilus-git")
sha256sums=('SKIP')