summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7076ff6d5ac..a9a0980a6890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = python-pyct
pkgdesc = Python packaging Common Tasks
pkgver = 0.4.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pyviz/pyct
arch = any
- groups = bokeh-ecosystem
license = BSD
checkdepends = python-pytest
checkdepends = flake8
diff --git a/PKGBUILD b/PKGBUILD
index f278fd29c5b4..5aaac1a06c5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname='python-pyct'
pkgver=0.4.6
-pkgrel=1
+pkgrel=2
pkgdesc='Python packaging Common Tasks'
arch=('any')
url='https://github.com/pyviz/pyct'
license=('BSD')
makedepends=('python-setuptools' 'python-param')
-groups=('bokeh-ecosystem')
depends=()
optdepends=('python-pyaml')
optdepends=('python-requests')