summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdison Ibañez2016-03-10 23:44:44 -0500
committerEdison Ibañez2016-03-10 23:44:44 -0500
commitfdf5dab581f45ceaaaf3688ebe8e0c732880afad (patch)
treea6ff33e3c70711ecc165e7ea87af72a33d810228
parent5f5b4a38e6b449f07f0387e76caf189992a65dd1 (diff)
downloadaur-fdf5dab581f45ceaaaf3688ebe8e0c732880afad.tar.gz
Quitando mercurial de las dependencias
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 859e336a0524..62417e8c6008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = python2-rows
pkgdesc = A common, beautiful interface to tabular data, no matter the format
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/turicas/rows
arch = any
license = GPLv3
- makedepends = mercurial
depends = python2
depends = python2-unicodecsv
depends = python2-click
diff --git a/PKGBUILD b/PKGBUILD
index 4723b1d0fb12..ed048f361d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,10 @@
pkgname=python2-rows
_pkgname=rows
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A common, beautiful interface to tabular data, no matter the format"
arch=('any')
depends=('python2' 'python2-unicodecsv' 'python2-click' 'python2-requests' 'python2-lxml' 'python2-xlrd' 'python2-xlwt' 'python2-openpyxl')
-makedepends=('mercurial')
license=('GPLv3')
url="https://github.com/turicas/rows"