[arch-commits] Commit in python-unidecode/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:30:45 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:30:44
  Author: foutrelis
Revision: 750042

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:30:44 UTC (rev 750041)
+++ PKGBUILD	2020-11-11 10:30:44 UTC (rev 750042)
@@ -1,30 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Kwpolska <kwpolska at kwpolska.tk>
-
-pkgname=python-unidecode
-pkgver=1.1.1
-pkgrel=5
-pkgdesc='ASCII transliterations of Unicode text'
-arch=(any)
-url=https://github.com/avian2/unidecode
-license=(GPL)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
-sha256sums=(SKIP)
-
-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-staging-any/PKGBUILD (from rev 750039, python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:30:44 UTC (rev 750042)
@@ -0,0 +1,30 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Kwpolska <kwpolska at kwpolska.tk>
+
+pkgname=python-unidecode
+pkgver=1.1.1
+pkgrel=6
+pkgdesc='ASCII transliterations of Unicode text'
+arch=(any)
+url=https://github.com/avian2/unidecode
+license=(GPL)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
+sha256sums=(SKIP)
+
+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