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

Felix Yan felixonmars at archlinux.org
Tue Dec 13 04:24:21 UTC 2016


    Date: Tuesday, December 13, 2016 @ 04:24:20
  Author: felixonmars
Revision: 199098

fix url so it's not an array

Modified:
  python-dnslib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-13 04:22:54 UTC (rev 199097)
+++ PKGBUILD	2016-12-13 04:24:20 UTC (rev 199098)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="Simple library to encode/decode DNS wire-format packets"
 arch=('any')
-url=("https://bitbucket.org/paulc/dnslib")
+url="https://bitbucket.org/paulc/dnslib"
 license=('custom:BSD')
 makedepends=('python' 'python2')
 source=("https://pypi.python.org/packages/source/d/$_pypiname/$_pypiname-${pkgver}.tar.gz")



More information about the arch-commits mailing list