summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-12-24 13:06:02 -0700
committeryochananmarqos2019-12-24 13:06:02 -0700
commita55d735af26fe678859e68eeea7e9bdc9ebd80e3 (patch)
tree269eaf7ac157cfa126bf891f3bcdc8ac767e0465
parent83c1077e1f1add716e66a088d25dd0e99546fb98 (diff)
downloadaur-a55d735af26fe678859e68eeea7e9bdc9ebd80e3.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 ab3a5b713ee2..84c8d688ba29 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=1.3
+ provides = nemo-git
conflicts = nemo-ext-git
- conflicts = nemo-git=1.3
+ conflicts = nemo-git
source = nemo-ext-git::git+https://github.com/bilelmoussaoui/nautilus-git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f12be0ec2921..b5aafa10c1b9 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=1.3')
-conflicts=("${pkgname%-git}" 'nemo-git=1.3')
+provides=("${pkgname%-git}" 'nemo-git')
+conflicts=("${pkgname%-git}" 'nemo-git')
source=("${pkgname%-git}::git+https://github.com/bilelmoussaoui/nautilus-git")
sha256sums=('SKIP')