Skip to content
Snippets Groups Projects
Unverified Commit ac200529 authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

upgpkg: 16.0.0-1

parent e41cd21f
No related branches found
Tags 0.9.8.0-1
No related merge requests found
pkgbase = python-unicodedata2
pkgdesc = unicodedata backport/updates to Python 3
pkgver = 15.1.0
pkgrel = 3
pkgver = 16.0.0
pkgrel = 1
url = https://github.com/fonttools/unicodedata2
arch = x86_64
license = Apache
......@@ -13,7 +13,7 @@ pkgbase = python-unicodedata2
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = https://github.com/fonttools/unicodedata2/archive/15.1.0/unicodedata2-15.1.0.tar.gz
sha256sums = 71c9207ba1116f9697e68d22024e99078d871554452d4647a44a7ce6986acdf9
source = https://github.com/fonttools/unicodedata2/archive/16.0.0/unicodedata2-16.0.0.tar.gz
sha256sums = 34aeb8a21bd6fdf4060b3458a17488eddeec8964662a8090f5b9ae708e7d6a7d
pkgname = python-unicodedata2
......@@ -5,8 +5,8 @@
pkgname=python-unicodedata2
_pyname=${pkgname#python-}
pkgver=15.1.0
pkgrel=3
pkgver=16.0.0
pkgrel=1
pkgdesc="unicodedata backport/updates to Python 3"
arch=('x86_64')
url="https://github.com/fonttools/$_pyname"
......@@ -19,7 +19,7 @@ checkdepends=(python-pytest
python-pytest-randomly)
_archive="$_pyname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
sha256sums=('71c9207ba1116f9697e68d22024e99078d871554452d4647a44a7ce6986acdf9')
sha256sums=('34aeb8a21bd6fdf4060b3458a17488eddeec8964662a8090f5b9ae708e7d6a7d')
build() {
cd "$_archive"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment