summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-07-19 23:16:54 +0300
committerCaleb Maclennan2021-07-19 23:16:54 +0300
commit960ec3cc5570be7d5a362c084435351c3a649344 (patch)
tree645cf8b9d006fee2482d59ae34a2e7a088b3d730
parenteaa2c2eb679e9fea29fc7ce3b73d6305f76906da (diff)
downloadaur-960ec3cc5570be7d5a362c084435351c3a649344.tar.gz
upgpkg: drawbot-skia 0.4.8-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8378fa8e41f..7b1803fbbb30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = drawbot-skia
pkgdesc = A tool for the removal of TrueType instruction sets (hints) in fonts
pkgver = 0.4.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/justvanrossum/drawbot-skia
arch = any
license = MIT
- makedepends = python-setuptools
+ makedepends = python-setuptools-scm
depends = python
depends = python-bidi
depends = python-fonttools>=4.24.3
diff --git a/PKGBUILD b/PKGBUILD
index 5a47351cb42a..f8c494fc1f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=drawbot-skia
pkgver=0.4.8
-pkgrel=1
+pkgrel=2
pkgdesc='A tool for the removal of TrueType instruction sets (hints) in fonts'
arch=(any)
url="https://github.com/justvanrossum/$pkgname"
-license=('MIT')
-depends=('python'
- 'python-bidi'
+license=(MIT)
+depends=(python
+ python-bidi
'python-fonttools>=4.24.3'
'python-skia>=87.2'
'python-skia-pathops>=0.6.0.post2'
'python-uharfbuzz>=0.16.1'
- 'python-unicodedata2')
-makedepends=('python-setuptools')
+ python-unicodedata2)
+makedepends=(python-setuptools-scm)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('61d4169b10fca6cea40f4d97898c36de0274c918923582ef0eef5767d6f7c161')