summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-10-03 13:03:35 +0300
committerCaleb Maclennan2020-10-03 13:03:35 +0300
commitbad234553b0fd5d7c2f02a5b569a304bbb854ed6 (patch)
tree651aac89cb873418f53669ecaf25fe7c459f9c46
parent07fc36492b44ec360e0f143ea8cc8e6909c2e244 (diff)
downloadaur-bad234553b0fd5d7c2f02a5b569a304bbb854ed6.tar.gz
upgpkg: drawbot-skia 0.4.3-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b90d36d77cb2..36525f239986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = drawbot-skia
pkgdesc = A tool for the removal of TrueType instruction sets (hints) in fonts
- pkgver = 0.4.2
- pkgrel = 2
+ pkgver = 0.4.3
+ pkgrel = 1
url = https://github.com/justvanrossum/drawbot-skia
arch = any
license = MIT
@@ -13,8 +13,8 @@ pkgbase = drawbot-skia
depends = python-skia-pathops
depends = python-uharfbuzz
depends = python-unicodedata2
- source = https://files.pythonhosted.org/packages/source/d/drawbot-skia/drawbot-skia-0.4.2.tar.gz
- sha256sums = 3082089e66a56a1ec52199be49b16570bab185d80b920ccb810107ea2b785d19
+ source = https://files.pythonhosted.org/packages/source/d/drawbot-skia/drawbot-skia-0.4.3.tar.gz
+ sha256sums = 21ad8750e1ec136776844a95a628b5f8f221743c4c0f80ac3bc77b1b67adf0a3
pkgname = drawbot-skia
diff --git a/PKGBUILD b/PKGBUILD
index f9c7c7e36958..03fd4738e790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=drawbot-skia
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc='A tool for the removal of TrueType instruction sets (hints) in fonts'
arch=(any)
url="https://github.com/justvanrossum/$pkgname"
@@ -16,7 +16,7 @@ depends=('python'
'python-unicodedata2')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('3082089e66a56a1ec52199be49b16570bab185d80b920ccb810107ea2b785d19')
+sha256sums=('21ad8750e1ec136776844a95a628b5f8f221743c4c0f80ac3bc77b1b67adf0a3')
build() {
cd "$pkgname-$pkgver"