summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Wißmann2020-03-19 21:50:41 +0100
committerThorsten Wißmann2020-03-19 21:51:02 +0100
commitd4938e0e88d0f139c1377b714f12b11a76ad69b9 (patch)
tree2335a96fa5d67ef90333c78ea4e7fc90f1ac3205
parent5a05fb2aa0e7a7b210a21362898f6e1fd2f89d5e (diff)
downloadaur-d4938e0e88d0f139c1377b714f12b11a76ad69b9.tar.gz
Fix 'conflicts'
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d245187bf3dd..382bd5f15a12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Mar 19 20:50:08 UTC 2020
+# Thu Mar 19 20:50:58 UTC 2020
pkgbase = herbstluftwm-git
pkgdesc = Manual tiling window manager for X
pkgver = 0.7.2.r852.g031c5ce4
- pkgrel = 3
+ pkgrel = 4
url = http://herbstluftwm.org
arch = i686
arch = x86_64
@@ -20,7 +20,6 @@ pkgbase = herbstluftwm-git
optdepends = dzen2-xft-xpm-xinerama-git: view icons as tags
provides = herbstluftwm
conflicts = herbstluftwm
- conflicts = herbstluftwm-git
source = herbstluftwm::git://github.com/herbstluftwm/herbstluftwm
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 70e5abb60935..223ca9bebc61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=herbstluftwm-git
_pkgname=herbstluftwm
pkgver=0.7.2.r852.g031c5ce4
-pkgrel=3
+pkgrel=4
pkgdesc="Manual tiling window manager for X"
arch=('i686' 'x86_64')
url="http://herbstluftwm.org"
@@ -19,7 +19,7 @@ optdepends=(
)
makedepends=('git' 'asciidoc' 'cmake')
provides=($_pkgname)
-conflicts=($_pkgname ${_pkgname}-git)
+conflicts=($_pkgname)
source=("$_pkgname::git://github.com/herbstluftwm/$_pkgname")
md5sums=( SKIP )