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

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 20 05:44:05 UTC 2015


    Date: Sunday, September 20, 2015 @ 07:44:05
  Author: foutrelis
Revision: 141171

Fix wrong checksum and switch to tar.gz sources

Modified:
  python-configobj/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-20 05:37:11 UTC (rev 141170)
+++ PKGBUILD	2015-09-20 05:44:05 UTC (rev 141171)
@@ -13,8 +13,8 @@
 url='https://github.com/DiffSK/configobj'
 license=('BSD')
 makedepends=('python' 'python2')
-source=("$pkgbase-$pkgver.zip::https://github.com/DiffSK/configobj/archive/v$pkgver.zip")
-sha256sums=('e852700ac5916b1e737a69f45b3ccd26d13320546788d92636437994cdb7d748')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/DiffSK/configobj/archive/v$pkgver.tar.gz")
+sha256sums=('2e140354efcca6f558ff9ee941b435ae09a617bc071797bef62c8d6ed2033d5e')
 
 package_python-configobj() {
   depends=('python-six')



More information about the arch-commits mailing list