summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDirect-A2021-08-23 11:37:38 +0800
committerDirect-A2021-08-23 11:37:38 +0800
commit3f5cf17083b0faa024ad08f3a60fe20cab6d235f (patch)
tree5d5d27debe539043b03474952ea82d3ccfa37640 /PKGBUILD
parent7909d1112f6ae3a97d06f9c2a8634fd2c0b05df2 (diff)
downloadaur-cutepeaks-git.tar.gz
add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2d319beb822..1ec3b68ffdd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=cutepeaks-git
_up_pkgname=CutePeaks
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A simple viewer for Sanger sequencing files"
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/labsquare/CutePeaks"
makedepends=('qt5-base' 'qt5-charts' 'make')
optdepends=('qt5-svg: ouput svg support')
+conflicts=('cutepeaks')
source=("git+${url}")
sha256sums=('SKIP')