summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f5fdb7cf1c0..ce595d77d02c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = python2-cyrano
pkgdesc = Tool used for demonstrating Python packages that combines a display window and an IPython shell.
pkgver = 0.1.4
- pkgrel = 1
+ pkgrel = 2
url = http://stsdas.stsci.edu/cyrano
arch = i686
arch = x86_64
license = BSD
depends = ipython2
depends = python2-pmw
- provides = python-cyrano
- conflicts = python-cyrano
- replaces = python-cyrano
source = http://stsdas.stsci.edu/cyrano/cyrano-0.1.4.tar.gz
md5sums = 5ba2fb588dd6c10385de34b4a46d8966
diff --git a/PKGBUILD b/PKGBUILD
index e0503403ff39..8443b1343af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,13 @@
-# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: Evgeniy Alekseev <arcanis.arch at gmail dot com>
# Contributor: Sebastien Binet <binet at cern dot ch>
pkgname=python2-cyrano
pkgver=0.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Tool used for demonstrating Python packages that combines a display window and an IPython shell."
url="http://stsdas.stsci.edu/cyrano"
arch=('i686' 'x86_64')
license=('BSD')
-conflicts=('python-cyrano')
-provides=('python-cyrano')
-replaces=('python-cyrano')
depends=('ipython2' 'python2-pmw')
source=(http://stsdas.stsci.edu/cyrano/cyrano-${pkgver}.tar.gz)
md5sums=('5ba2fb588dd6c10385de34b4a46d8966')