summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-03-17 12:18:32 +0100
committerhaawda2018-03-17 12:18:32 +0100
commit5f230e95ed290eca0b1c8d886538b54c9e735dbf (patch)
treeab6e0098c0e764b8f0efbc04d5522a75a9809063
parentb86929cdf740b7dc7ce23bc8e61e2f28f1f84693 (diff)
downloadaur-5f230e95ed290eca0b1c8d886538b54c9e735dbf.tar.gz
fix conflicts/provides
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73ff1f9b63a8..f49f8ca6b348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Sep 15 23:20:21 UTC 2017
pkgbase = stumpwm-contrib-git
pkgdesc = Contribution resotiry for stumpwm
- pkgver = r162.936560e
+ pkgver = r190.aeb3f6b
pkgrel = 1
url = https://github.com/stumpwm/stumpwm-contrib.git
arch = any
@@ -10,7 +8,8 @@ pkgbase = stumpwm-contrib-git
makedepends = git
depends = bash
depends = stumpwm
- conflicts = stumpwm-git
+ provides = stumpwm-contrib
+ conflicts = stumpwm-contrib
source = git+https://github.com/stumpwm/stumpwm-contrib.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 78e031643e01..4ddbf871d010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=stumpwm-contrib-git
-pkgver=r162.936560e
+pkgver=r190.aeb3f6b
pkgrel=1
pkgdesc="Contribution resotiry for stumpwm"
arch=('any')
@@ -9,7 +9,8 @@ url="https://github.com/stumpwm/stumpwm-contrib.git"
license=('GPL2')
depends=('bash' 'stumpwm')
makedepends=('git')
-conflicts=('stumpwm-git')
+conflicts=('stumpwm-contrib')
+provides=('stumpwm-contrib')
source=("git+https://github.com/stumpwm/stumpwm-contrib.git")
md5sums=('SKIP')