summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-03-20 09:42:08 +0300
committerCaleb Maclennan2021-03-20 09:42:08 +0300
commit319ea82eeb41ca1f6f80444fa7ac83ff768ec31c (patch)
tree891f0587fa817be0d94ca493006cd735886dbb5f
parent12ccd96474e10db4efa217e4edb1e55920ff5bb1 (diff)
downloadaur-319ea82eeb41ca1f6f80444fa7ac83ff768ec31c.tar.gz
upgpkg: drawbot-skia 0.4.7-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6af2c7fd3ce1..5d3c37bb3ce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drawbot-skia
pkgdesc = A tool for the removal of TrueType instruction sets (hints) in fonts
- pkgver = 0.4.6
+ pkgver = 0.4.7
pkgrel = 1
url = https://github.com/justvanrossum/drawbot-skia
arch = any
@@ -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.6.tar.gz
- sha256sums = 3ba497e776b7a232efb0565d4e7c8751cec9e7fbf3c3de39aac2d45cacb089cf
+ source = https://files.pythonhosted.org/packages/source/d/drawbot-skia/drawbot-skia-0.4.7.tar.gz
+ sha256sums = d32e2d14ed3f290c74aa74e51fefe41688c1336fcb514fa1d41e6857d26cb025
pkgname = drawbot-skia
diff --git a/PKGBUILD b/PKGBUILD
index 6fa62223bfd6..dd431f297fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=drawbot-skia
-pkgver=0.4.6
+pkgver=0.4.7
pkgrel=1
pkgdesc='A tool for the removal of TrueType instruction sets (hints) in fonts'
arch=(any)
@@ -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=('3ba497e776b7a232efb0565d4e7c8751cec9e7fbf3c3de39aac2d45cacb089cf')
+sha256sums=('d32e2d14ed3f290c74aa74e51fefe41688c1336fcb514fa1d41e6857d26cb025')
build() {
cd "$pkgname-$pkgver"