Date: Friday, December 3, 2021 @ 00:48:16
  Author: foutrelis
Revision: 1064069

Update project URL

Modified:
  python-unicodedata2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-03 00:48:03 UTC (rev 1064068)
+++ PKGBUILD    2021-12-03 00:48:16 UTC (rev 1064069)
@@ -7,12 +7,12 @@
 pkgrel=2
 pkgdesc="unicodedata backport/updates to Python 3"
 arch=('x86_64')
-url="https://github.com/mikekap/unicodedata2";
+url="https://github.com/fonttools/unicodedata2";
 license=('Apache')
 depends=('python')
 makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mikekap/unicodedata2/archive/${pkgver/.post/-}.tar.gz";)
-sha256sums=('27141b225f84599b49429c5f9cd1ba7403c044102da78d4ac0e84cafdb62188f')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fonttools/unicodedata2/archive/${pkgver/.post/-}.tar.gz";)
+sha256sums=('0bc40afc5938f3e1415524b724d3d4856dfcb8868d39e0b8aeced490494403cd')
 
 build() {
   cd "unicodedata2-${pkgver/.post/-}"

Reply via email to