summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f46a1383e39d..ea77f5163a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,8 @@ pkgbase = nanonote-git
makedepends = python-pyaml
depends = hicolor-icon-theme
depends = qt5-base
+ provides = nanonote
+ conflicts = nanonote
source = git+https://github.com/agateau/nanonote.git
source = git+https://github.com/agateau/qpropgen.git
source = git+https://github.com/itay-grudev/SingleApplication.git
diff --git a/PKGBUILD b/PKGBUILD
index ce76bc060ef0..6c22abfdf940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url='https://github.com/agateau/nanonote'
license=('BSD')
depends=('hicolor-icon-theme' 'qt5-base')
makedepends=('cmake' 'git' 'python-jinja' 'python-pyaml')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
source=("git+${url}.git"
"git+${url%/*}/qpropgen.git"
"git+https://github.com/itay-grudev/SingleApplication.git")