summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-02-20 13:43:33 -0500
committerGuillaume Horel2021-02-20 13:43:33 -0500
commit0361debc3ab03170478fa197f02d335cc63285ce (patch)
treef996ad984015209aa1e1d793255d414ab191548a
parentacfd447b0d6972a24d2f5a44e6a13c3d991a27d6 (diff)
downloadaur-0361debc3ab03170478fa197f02d335cc63285ce.tar.gz
bump to 0.2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 645395a2e744..c3885ce014f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cffsubr
pkgdesc = Standalone CFF subroutinizer based on AFDKO tx
- pkgver = 0.2.7
+ pkgver = 0.2.8
pkgrel = 1
url = https://github.com/adobe-type-tools/cffsubr
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = python-cffsubr
checkdepends = python-pytest
makedepends = python-setuptools
depends = python-fonttools
- source = https://files.pythonhosted.org/packages/source/c/cffsubr/cffsubr-0.2.7.tar.gz
- sha256sums = c30a35d2ffcc2d23826757cba9917884cbdb999760d847c6d83b708ebb80c973
+ source = https://files.pythonhosted.org/packages/source/c/cffsubr/cffsubr-0.2.8.tar.gz
+ sha256sums = e24bd03c94944e1536ec8437ab83fb4ac38477412426c1ffd4e056dd16cde235
pkgname = python-cffsubr
diff --git a/PKGBUILD b/PKGBUILD
index 5eedf0c8255f..06118eb4ac01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-cffsubr'
_pkgname='cffsubr'
-pkgver='0.2.7'
+pkgver=0.2.8
pkgrel=1
pkgdesc="Standalone CFF subroutinizer based on AFDKO tx"
url="https://github.com/adobe-type-tools/cffsubr"
@@ -13,7 +13,7 @@ optdepends=()
license=('Apache')
arch=('x86_64')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('c30a35d2ffcc2d23826757cba9917884cbdb999760d847c6d83b708ebb80c973')
+sha256sums=('e24bd03c94944e1536ec8437ab83fb4ac38477412426c1ffd4e056dd16cde235')
package() {
cd "${_pkgname}-${pkgver}"