Date: Friday, September 30, 2022 @ 07:33:11
  Author: alucryd
Revision: 1318675

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-30 07:33:01 UTC (rev 1318674)
+++ PKGBUILD    2022-09-30 07:33:11 UTC (rev 1318675)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Kwpolska <[email protected]>
-
-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:

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 1318674, 
python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-30 07:33:11 UTC (rev 1318675)
@@ -0,0 +1,38 @@
+# 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:

Reply via email to