summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2018-08-27 05:56:16 -0400
committerDaniel Moch2018-08-27 05:56:16 -0400
commit0ac8b316d702ec5e399a40f98d4c978779820f11 (patch)
tree9ccd765a21ae6e9d3541e43483657b87212e2179
parent67f9d7e350053d258bdb3853c0eb546e27dadf7d (diff)
downloadaur-0ac8b316d702ec5e399a40f98d4c978779820f11.tar.gz
upgpkg: nncli-git v0.1.1.r13.ga666640-2
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a23aff4e978..015230925d0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nncli-git
pkgdesc = NextCloud Notes Command Line Interface
pkgver = v0.1.1.r13.ga666640
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/djmoch/nncli
arch = any
license = MIT
@@ -9,6 +9,8 @@ pkgbase = nncli-git
makedepends = git
depends = python-urwid
depends = python-requests
+ provides = nncli
+ conflicts = nncli
source = git+https://github.com/djmoch/nncli.git
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
index ca2577786e0f..9fa1391b1a2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
src/
pkg/
nncli/
-nncli-git-v0.1.1.r13.ga666640-1-any.pkg.tar.xz
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 8fd6593d1b68..7a1f9cac6ca1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,12 @@
_name=nncli
pkgname=nncli-git
pkgver=v0.1.1.r13.ga666640
-pkgrel=1
+pkgrel=2
pkgdesc="NextCloud Notes Command Line Interface"
arch=('any')
url="https://github.com/djmoch/${_name}"
+provides=('nncli')
+conflicts=('nncli')
license=('MIT')
depends=('python-urwid' 'python-requests')
makedepends=('python-setuptools' 'git')