[arch-commits] Commit in python-unidecode/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Mar 18 09:33:53 UTC 2021
Date: Thursday, March 18, 2021 @ 09:33:53
Author: alucryd
Revision: 894341
archrelease: copy trunk to community-any
Added:
python-unidecode/repos/community-any/PKGBUILD
(from rev 894340, python-unidecode/trunk/PKGBUILD)
Deleted:
python-unidecode/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-18 09:33:48 UTC (rev 894340)
+++ PKGBUILD 2021-03-18 09:33:53 UTC (rev 894341)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Kwpolska <kwpolska at kwpolska.tk>
-
-pkgname=python-unidecode
-pkgver=1.1.2
-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=fdf8aa731c53154de04a019eaf91405fc5ff15a5
-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 894340, python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-18 09:33:53 UTC (rev 894341)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Kwpolska <kwpolska at kwpolska.tk>
+
+pkgname=python-unidecode
+pkgver=1.2.0
+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=d173521bfa5291f3dcb1a0a71fc35eda6dae7840
+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