Date: Sunday, October 2, 2022 @ 08:10:54
  Author: alucryd
Revision: 1320595

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-02 08:10:45 UTC (rev 1320594)
+++ PKGBUILD    2022-10-02 08:10:54 UTC (rev 1320595)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Kwpolska <[email protected]>
-
-pkgname=python-unidecode
-pkgver=1.3.5
-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=e294ea5deb19ee7ac6e44d077c0ffb81c97137ae
-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 1320594, 
python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-02 08:10:54 UTC (rev 1320595)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Kwpolska <[email protected]>
+
+pkgname=python-unidecode
+pkgver=1.3.6
+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=414199246e4871669896756279e3460ff0364839
+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:

Reply via email to