summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-02 20:44:14 +0200
committerhaawda2018-05-02 20:44:14 +0200
commit1e68023d45f1f3499e4f97e2551144a9a6a6724e (patch)
tree902d000ec77dc08ae929712f62f297b758fdda1c
parent9ae564c4f1e9d85b48c680edc015245a7b1ff197 (diff)
downloadaur-1e68023d45f1f3499e4f97e2551144a9a6a6724e.tar.gz
fix provides/conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 443ee0d99fec..3d649a745fbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue May 1 21:36:42 UTC 2018
pkgbase = stumpwm-git
pkgdesc = A tiling, keyboard-driven window manager written in common lisp
- pkgver = 1.0.1.rc.74.g2a971b8
+ pkgver = 1.0.1.rc.76.gcec7fd9
pkgrel = 1
url = https://stumpwm.github.io
arch = i686
@@ -22,7 +20,9 @@ pkgbase = stumpwm-git
optdepends = surfraw: for surfraw.lisp (surf the Internet)
optdepends = clx-truetype: for ttf-fonts.lisp (Xft fonts)
provides = stumpwm
+ provides = stumpwm-contrib
conflicts = stumpwm
+ conflicts = stumpwm-contrib
options = !strip
options = !makeflags
source = stumpwm::git+https://github.com/stumpwm/stumpwm
diff --git a/PKGBUILD b/PKGBUILD
index f37bc3e34005..e8d5add4b6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgname=stumpwm-git
_pkgname=stumpwm
-pkgver=1.0.1.rc.74.g2a971b8
+pkgver=1.0.1.rc.76.gcec7fd9
pkgrel=1
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')
url="https://stumpwm.github.io"
license=('GPL2')
-conflicts=('stumpwm')
-provides=('stumpwm')
+conflicts=('stumpwm' 'stumpwm-contrib')
+provides=('stumpwm' 'stumpwm-contrib')
source=(${_pkgname}::git+https://github.com/stumpwm/stumpwm stumpwm.desktop
${_pkgname}-contrib-git::git+https://github.com/stumpwm/stumpwm-contrib)