[arch-commits] Commit in adns-python/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jul 16 19:07:59 UTC 2017


    Date: Sunday, July 16, 2017 @ 19:07:59
  Author: jelle
Revision: 245408

fix upstream source

Modified:
  adns-python/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-16 18:56:34 UTC (rev 245407)
+++ PKGBUILD	2017-07-16 19:07:59 UTC (rev 245408)
@@ -5,14 +5,14 @@
 pkgname=adns-python
 pkgver=1.2.1
 pkgrel=6
-pkgdesc="python bindings for adns"
+pkgdesc="Python bindings for adns"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/adns-python/"
+url="https://pypi.python.org/pypi/adns-python"
 depends=('adns' 'python2')
 makedepends=()
 license=('GPL2')
-source=(http://adns-python.googlecode.com/files/adns-python-$pkgver.tar.gz)
-md5sums=('12cc7ad1b0ee8d818005e9ca4def758b')
+source=($pkgname-$pkgver::https://github.com/daniilr/adns-python/archive/$pkgver.tar.gz)
+md5sums=('b01a97f1bf8d54012e71f2b34be802bf')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver



More information about the arch-commits mailing list