summaryrefslogtreecommitdiff
path: root/pcr/python2-smmap
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-21 01:52:39 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-21 01:52:39 -0500
commit8809f8135e5982b7b12b9f77867bb68b4a46a9d1 (patch)
tree0e9b29be5e86cc1c1112290ebd41cc8a89de639b /pcr/python2-smmap
parentff301a6556314ff6f34f185cf1a63fc5b8d3c2a9 (diff)
python2-smmap-0.9.0-1: updating version
Diffstat (limited to 'pcr/python2-smmap')
-rw-r--r--pcr/python2-smmap/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/python2-smmap/PKGBUILD b/pcr/python2-smmap/PKGBUILD
index 29d6b4c7c..cc2da60dc 100644
--- a/pcr/python2-smmap/PKGBUILD
+++ b/pcr/python2-smmap/PKGBUILD
@@ -1,18 +1,18 @@
-# Contributor (Arch) : Jon Bergli Heier <snakebite@jvnv.net>
-# Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp>
+# Maintainer (Arch): Jon Bergli Heier <snakebite@jvnv.net>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname='python2-smmap'
-pkgver=0.8.5
+pkgver=0.9.0
pkgrel=1
pkgdesc="A pure git implementation of a sliding window memory map manager"
arch=('any')
url="http://pypi.python.org/pypi/smmap"
-license=('BSD3')
+license=('BSD')
makedepends=('python2' 'python2-distribute')
depends=('python2')
source=("http://pypi.python.org/packages/source/s/smmap/smmap-${pkgver}.tar.gz")
-md5sums=('552b714aa210a4448b729a794cee3b67')
+md5sums=('d7932d5ace206bf4ae15198cf36fb6ab')
package() {
cd "$srcdir/smmap-$pkgver"