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

Jelle van der Waa jelle at archlinux.org
Mon Dec 11 14:50:38 UTC 2017


    Date: Monday, December 11, 2017 @ 14:50:36
  Author: jelle
Revision: 273769

upgpkg: python-pyenchant 2.0.0-1

Modified:
  python-pyenchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-11 14:22:54 UTC (rev 273768)
+++ PKGBUILD	2017-12-11 14:50:36 UTC (rev 273769)
@@ -6,22 +6,15 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 pkgname=('python-pyenchant' 'python2-pyenchant')
-pkgver=1.6.11
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/pyenchant"
 license=('LGPL')
 makedepends=('python2-setuptools' 'python-setuptools' 'enchant')
-source=('https://pypi.python.org/packages/f3/00/c04496277b1e681d0f500baf7ac8f3c7f1d21b9ea97ed951ed4ac5635fda/pyenchant-1.6.11.tar.gz'
-        '0001-Add-enchant-2-compatibility.patch')
-md5sums=('a97f46c6bf0133318759e099117e91a8'
-         'b25bd3e7e3b6c19d24d2209214673e41')
+source=("https://github.com/rfk/pyenchant/archive/v${pkgver}.tar.gz")
+md5sums=('e969ea446971410a780c3e5aac23978c')
 
-prepare() {
-  cd pyenchant-${pkgver}
-  patch -Np1 -i "${srcdir}/0001-Add-enchant-2-compatibility.patch"
-}
-
 build() {
   cp -r pyenchant-${pkgver} pyenchant2-${pkgver}
 



More information about the arch-commits mailing list