summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Dovi2020-01-28 21:21:10 +0100
committerArnaud Dovi2020-01-28 21:21:10 +0100
commit88a85d8072e3f5416d8e1b0bb85e1689dcad968b (patch)
tree8814a5dcf1d6763f44d49d873d00337cfc08e722
parent7e6b5388e8c3ba73980876f5835df7e30fec1fb9 (diff)
downloadaur-88a85d8072e3f5416d8e1b0bb85e1689dcad968b.tar.gz
updated PKGBUILD.conflict
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56ac506faca..c7edc90b81f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = octopi-git
pkgdesc = This is Octopi, a powerful Pacman frontend using Qt libs
pkgver = 0.9.0.r336.a05add1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/aarnt/octopi
install = octopi.install
arch = x86_64
@@ -26,6 +26,9 @@ pkgbase = octopi-git
conflicts = octopi-repoeditor
conflicts = octopi-sudo
conflicts = octopi-dev
+ conflicts = octopi-kde-git
+ conflicts = octopi-notifier-frameworks
+ conflicts = octopi-notifier-qt5
conflicts = octopi-notifier-noknotify
source = git+https://github.com/aarnt/octopi.git
source = octopi_dark.png
diff --git a/PKGBUILD b/PKGBUILD
index 08f6c08f1dc3..ca6f75da6ab6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ WITH_DARK_ICON=1
pkgname=octopi-git
pkgver=0.9.0.r336.a05add1
-pkgrel=3
+pkgrel=4
pkgdesc="This is Octopi, a powerful Pacman frontend using Qt libs"
arch=('x86_64')
url="https://github.com/aarnt/octopi"
@@ -44,6 +44,9 @@ conflicts=(
'octopi-repoeditor'
'octopi-sudo'
'octopi-dev'
+ 'octopi-kde-git'
+ 'octopi-notifier-frameworks'
+ 'octopi-notifier-qt5'
'octopi-notifier-noknotify'
)
install=octopi.install