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 6d1f3a47dee1..e641f13e05d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=python2-ntplib
_pkgname=${pkgname#python2-}
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="Python NTP library"
arch=('any')
-url='http://code.google.com/p/$_pkgname'
+url="http://code.google.com/p/$_pkgname"
license=('MIT')
depends=('python2')
-makedepends=('python2' 'python2-setuptools')
+makedepends=('python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/n/ntplib/ntplib-0.3.3.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
md5sums=('c7cc8e9b09f40c84819859d70b7784ca')
prepare() {