summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f37af6667629..ac46c00588c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-tendo
-pkgver=0.2.8
+pkgver=0.2.12
pkgrel=1
pkgdesc="Adds basic functionality that is not (yet) provided by Python"
arch=('any')
@@ -10,9 +10,9 @@ makedepends=('python2-setuptools' 'python2-tox')
url="https://github.com/pycontribs/tendo"
license=('Python')
options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/t/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-md5sums=('df58b9fd3e6ee85d1a9502ddb209c6e5')
-sha256sums=('823f75cbc1c3fe96a25e32a4ac315e0a70f440c844e5ba168cef0f11ca817a62')
+source=(https://github.com/pycontribs/${pkgname#python2-}/archive/$pkgver.tar.gz)
+md5sums=('SKIP')
+sha256sums=('SKIP')
build() {
cd "$srcdir/${pkgname#python2-}-$pkgver"