Date: Tuesday, February 26, 2013 @ 03:25:17
  Author: thestinger
Revision: 84910

add missing checksum

Modified:
  httpie/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-02-26 02:22:48 UTC (rev 84909)
+++ PKGBUILD    2013-02-26 02:25:17 UTC (rev 84910)
@@ -4,7 +4,7 @@
 
 pkgname=httpie
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="cURL for humans"
 url="https://github.com/jkbr/httpie";
 depends=('python-requests' 'python-pygments')
@@ -13,6 +13,7 @@
 license=('BSD')
 arch=('any')
 
source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
+md5sums=('0fb63f8eab5c13a9d78da80b6b00b210')
 
 build() {
     cd "$srcdir/httpie-$pkgver"

Reply via email to