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

Anatol Pomozov anatolik at archlinux.org
Fri Jun 17 23:57:43 UTC 2016


    Date: Friday, June 17, 2016 @ 23:57:42
  Author: anatolik
Revision: 180397

upgpkg: codespell 1.9.2-1

Modified:
  codespell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-17 23:44:19 UTC (rev 180396)
+++ PKGBUILD	2016-06-17 23:57:42 UTC (rev 180397)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=codespell
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
 pkgdesc='Fix common misspellings in source code'
 arch=(any)
 url='https://github.com/lucasdemarchi/codespell'
@@ -10,16 +10,9 @@
 license=(GPL2)
 depends=(python)
 checkdepends=(python-nose)
-source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz
-        default_arg.patch::https://github.com/Eric89GXL/codespell/commit/e9d8629cd950fb92f2d951a1517e1d5a09d2d74b.patch)
-sha1sums=('633f23643a740bbb7157d910e400c863942c317a'
-          'f4c61625cc20d61a15e2e9ac5c720c5a65ca3118')
+source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
+sha1sums=('65e62aa0ad23690ab390dbacdd16500cb77f3283')
 
-prepare() {
-  cd codespell-$pkgver
-  patch -p1 < ../default_arg.patch
-}
-
 build() {
   cd codespell-$pkgver
   python setup.py build



More information about the arch-commits mailing list