Date: Monday, October 24, 2022 @ 16:30:20
Author: anatolik
Revision: 1334606
archrelease: copy trunk to community-any
Added:
codespell/repos/community-any/PKGBUILD
(from rev 1334605, codespell/trunk/PKGBUILD)
Deleted:
codespell/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-24 16:29:59 UTC (rev 1334605)
+++ PKGBUILD 2022-10-24 16:30:20 UTC (rev 1334606)
@@ -1,28 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=codespell
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Fix common misspellings in source code'
-arch=(any)
-url='https://github.com/codespell-project/codespell'
-license=(GPL2)
-depends=(python)
-checkdepends=(python-nose python-pytest)
-source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
-sha1sums=('3661e24343ccd535f48e1b5b1a663485eed72a62')
-
-build() {
- cd codespell-$pkgver
- python setup.py build
-}
-
-check() {
- cd codespell-$pkgver
- python setup.py test
-}
-
-package() {
- cd codespell-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: codespell/repos/community-any/PKGBUILD (from rev 1334605,
codespell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-24 16:30:20 UTC (rev 1334606)
@@ -0,0 +1,28 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=codespell
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+arch=(any)
+url='https://github.com/codespell-project/codespell'
+license=(GPL2)
+depends=(python)
+checkdepends=(python-nose python-pytest)
+source=(https://pypi.io/packages/source/c/codespell/codespell-$pkgver.tar.gz)
+sha1sums=('bf436931f9183edd58afd184d78ed5a8140e42f8')
+
+build() {
+ cd codespell-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd codespell-$pkgver
+ python setup.py test
+}
+
+package() {
+ cd codespell-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}