summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Scarpino2016-07-19 08:16:03 +0200
committerAndrea Scarpino2016-07-19 08:16:03 +0200
commitb0e327b2d17f09275e10c02a1b43350f91f47013 (patch)
treec1834025fc30d466695b0ae75fd5728a1df7097f
parentf8f51ee9e00074eceba27caa96b355173e3dc63c (diff)
downloadaur-b0e327b2d17f09275e10c02a1b43350f91f47013.tar.gz
python-setuptools is required
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4831b324e839..29a14dfbfd38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Jun 14 21:42:56 UTC 2016
+# Tue Jul 19 06:15:50 UTC 2016
pkgbase = nextcloud-news-updater
pkgdesc = This Python library is a parllel feed updater for the nextCloud News app
pkgver = 9.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nextcloud/news-updater
install = nextcloud-news-updater.install
arch = any
license = GPL3
- makedepends = python-setuptools
- depends = python
+ depends = python-setuptools
optdepends = nextcloud-app-news: Updating a local instance of the nextCloud News app
conflicts = owncloud-news-updater
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 24ca3c465c64..fce8782cd9d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@
pkgname=nextcloud-news-updater
pkgver=9.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="This Python library is a parllel feed updater for the nextCloud News app"
arch=('any')
url="https://github.com/nextcloud/news-updater"
license=('GPL3')
-depends=('python')
+depends=('python-setuptools')
optdepends=('nextcloud-app-news: Updating a local instance of the nextCloud News app')
backup=("etc/webapps/nextcloud/news/${pkgname}.ini")
-makedepends=('python-setuptools')
options=('!strip')
conflicts=('owncloud-news-updater')
source=("https://github.com/nextcloud/news-updater/archive/${pkgver}.tar.gz"