[arch-commits] Commit in python-unidecode/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Sun May 1 08:40:38 UTC 2022


    Date: Sunday, May 1, 2022 @ 08:40:38
  Author: alucryd
Revision: 1192037

archrelease: copy trunk to community-any

Added:
  python-unidecode/repos/community-any/PKGBUILD
    (from rev 1192036, python-unidecode/trunk/PKGBUILD)
Deleted:
  python-unidecode/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-01 08:40:31 UTC (rev 1192036)
+++ PKGBUILD	2022-05-01 08:40:38 UTC (rev 1192037)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Kwpolska <kwpolska at kwpolska.tk>
-
-pkgname=python-unidecode
-pkgver=1.3.2
-pkgrel=3
-pkgdesc='ASCII transliterations of Unicode text'
-arch=(any)
-url=https://github.com/avian2/unidecode
-license=(GPL)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=1c74053bbbf5ce92bc1fc8faaf37e903aa90d011
-source=(git+https://github.com/avian2/unidecode.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd unidecode
-
-  git describe --tags | sed 's/^unidecode-//'
-}
-
-build() {
-  cd unidecode
-
-  python setup.py build
-}
-
-package() {
-  cd unidecode
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 1192036, python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-01 08:40:38 UTC (rev 1192037)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Kwpolska <kwpolska at kwpolska.tk>
+
+pkgname=python-unidecode
+pkgver=1.3.4
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=(any)
+url=https://github.com/avian2/unidecode
+license=(GPL)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=6f78d8596cd33d791f4c0b32fba74497afdf125c
+source=(git+https://github.com/avian2/unidecode.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd unidecode
+
+  git describe --tags | sed 's/^unidecode-//'
+}
+
+build() {
+  cd unidecode
+
+  python setup.py build
+}
+
+package() {
+  cd unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list