summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-08-12 18:58:18 -0400
committerJean Lucas2019-08-12 18:58:18 -0400
commitdcd30c652d5c2ac38eabd6a83268b431eb20fcfe (patch)
tree550554300268b97e110356470ee497d99110ed47
parentcc36b765404479c0f99da296c38cfdc786fa3dde (diff)
downloadaur-dcd30c652d5c2ac38eabd6a83268b431eb20fcfe.tar.gz
Remove variant conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3efa4351cf8..1a3145bb9460 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hunter-holy-git
pkgdesc = ranger-like file browser written in Rust (holy branch, git)
pkgver = 1.3.4+r12+ge49f2f4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rabite0/hunter
arch = i686
arch = x86_64
@@ -28,7 +28,6 @@ pkgbase = hunter-holy-git
optdepends = mupdf-tools: PDF support
provides = hunter
conflicts = hunter
- conflicts = hunter-holy
source = git+https://github.com/rabite0/hunter#branch=holy
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ee5f92ef9b3a..7ac44f7c96cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hunter-holy-git
pkgver=1.3.4+r12+ge49f2f4
-pkgrel=1
+pkgrel=2
pkgdesc='ranger-like file browser written in Rust (holy branch, git)'
arch=(i686 x86_64)
url=https://github.com/rabite0/hunter
@@ -24,7 +24,7 @@ optdepends=('gst-plugins-good: media support'
'poppler: PDF support'
'mupdf-tools: PDF support')
provides=(hunter)
-conflicts=(hunter hunter-holy)
+conflicts=(hunter)
source=(git+$url#branch=holy)
sha512sums=('SKIP')