diff options
author | caltlgin | 2020-10-05 11:05:14 +1300 |
---|---|---|
committer | caltlgin | 2020-10-05 11:05:14 +1300 |
commit | d7cf07426411a75f4ae511e446fe73a44a015c6d (patch) | |
tree | 978a6fa16ad03f621895266e08aab4f5fd07298d /PKGBUILD | |
parent | 48a0288cd779fa3d70d255e06ae6f5a76871ea4d (diff) | |
download | aur-d7cf07426411a75f4ae511e446fe73a44a015c6d.tar.gz |
Quickly add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |