summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-25 11:38:34 -0800
committerAndy Weidenbaum2016-01-25 11:38:34 -0800
commit1c4e5a69326207d10fccd2bbcfec190e0ca10ea5 (patch)
tree64b2ce345f285fb3cae1201db9bd6c1a5ddd64d3
parentd34ec3f86b1e03de72f631f185338f6d09fe46a4 (diff)
downloadaur-1c4e5a69326207d10fccd2bbcfec190e0ca10ea5.tar.gz
update pkgver to 2.7.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd22c096ae75..ea0572c2e684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Jan 25 19:38:22 UTC 2016
pkgbase = python2-snakebite
pkgdesc = Pure Python HDFS client
- pkgver = 2.7.2
+ pkgver = 2.7.3
pkgrel = 1
url = https://github.com/spotify/snakebite
arch = any
@@ -15,9 +17,9 @@ pkgbase = python2-snakebite
provides = snakebite
conflicts = snakebite
options = !emptydirs
- source = https://pypi.python.org/packages/source/s/snakebite/snakebite-2.7.2.tar.gz
- md5sums = 5a7275db9a6bf65af13bd57bc12ba547
- sha256sums = 8ec8b49e079b2aa25e85fcbe309b2342499daa7b547c8b7d82184a7b11340a59
+ source = https://pypi.python.org/packages/source/s/snakebite/snakebite-2.7.3.tar.gz
+ md5sums = 215460b5965b87f0ad6a064ec8e2bef6
+ sha256sums = 6a77fa3d3c2084dff7c74cbcfc6f44d6c664668cd632b04944ac0e624451b0b7
pkgname = python2-snakebite
diff --git a/PKGBUILD b/PKGBUILD
index 80c051b9b2b6..5ac728954c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-snakebite
-pkgver=2.7.2
+pkgver=2.7.3
pkgrel=1
pkgdesc="Pure Python HDFS client"
arch=('any')
@@ -15,8 +15,8 @@ url="https://github.com/spotify/snakebite"
license=('Apache')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/s/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-md5sums=('5a7275db9a6bf65af13bd57bc12ba547')
-sha256sums=('8ec8b49e079b2aa25e85fcbe309b2342499daa7b547c8b7d82184a7b11340a59')
+md5sums=('215460b5965b87f0ad6a064ec8e2bef6')
+sha256sums=('6a77fa3d3c2084dff7c74cbcfc6f44d6c664668cd632b04944ac0e624451b0b7')
provides=('python2-snakebite' 'snakebite')
conflicts=('snakebite')