summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-12-24 12:54:34 -0700
committeryochananmarqos2019-12-24 12:54:34 -0700
commit219d68a0163b68dd91e19758be83084a6d2ba880 (patch)
tree8327d2bf9f68d046ee987d85a09e723082fa116c
parent2b36b0fe5d2c62d9d217854bf93482a9cdcefa02 (diff)
downloadaur-219d68a0163b68dd91e19758be83084a6d2ba880.tar.gz
updated provides/conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a3002ebe054..bb3395c77ad3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,9 +14,9 @@ pkgbase = nemo-ext-git-git
depends = gtk3
depends = nemo-python
provides = nemo-ext-git
- provides = nemo-git
+ provides = nemo-git=1.3
conflicts = nemo-ext-git
- conflicts = nemo-git
+ conflicts = nemo-git=1.3
source = nemo-ext-git::git+https://github.com/bilelmoussaoui/nautilus-git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6956f3b30dd2..25f7e1da0007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ 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}" 'nemo-git=1.3')
+conflicts=("${pkgname%-git}" 'nemo-git=1.3')
source=("${pkgname%-git}::git+https://github.com/bilelmoussaoui/nautilus-git")
sha256sums=('SKIP')