summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-03-09 12:46:42 -0500
committerGuillaume Horel2021-03-09 12:46:42 -0500
commitec029a9f3408e38b1a50b543fcc1fc2949295efa (patch)
tree8632bc79e3d6d65182d277816444eff3cde5dbaf
parent3f3f27393e2e5d536bbb46e9eda06b9afd171919 (diff)
downloadaur-ec029a9f3408e38b1a50b543fcc1fc2949295efa.tar.gz
bump to 0.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67fd5e36e3ff..d92fde30e85f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-defcon
pkgdesc = A set of UFO based objects for use in font editing applications
- pkgver = 0.7.2
- pkgrel = 3
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/robotools/defcon
arch = any
license = MIT
@@ -12,8 +12,8 @@ pkgbase = python-defcon
depends = python-fs
optdepends = python-fontpens
optdepends = python-lxml
- source = https://pypi.org/packages/source/d/defcon/defcon-0.7.2.zip
- sha256sums = 1967eaa23dcc8e1cbe3bd130aae4d9ddb72027b62d3e23eeb640065cfbd6d8d1
+ source = https://pypi.org/packages/source/d/defcon/defcon-0.8.0.zip
+ sha256sums = cab2d983b138f8afbdf18738dea9267887f123e75b4bc3fcb2ae9c9a463c1209
pkgname = python-defcon
diff --git a/PKGBUILD b/PKGBUILD
index 42372aa67734..b1c4580812a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-defcon
_pkgname=defcon
-pkgver=0.7.2
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
pkgdesc='A set of UFO based objects for use in font editing applications'
arch=('any')
url="https://github.com/robotools/$_pkgname"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-unicodedata2')
optdepends=('python-fontpens' 'python-lxml')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('1967eaa23dcc8e1cbe3bd130aae4d9ddb72027b62d3e23eeb640065cfbd6d8d1')
+sha256sums=('cab2d983b138f8afbdf18738dea9267887f123e75b4bc3fcb2ae9c9a463c1209')
build() {
cd "$_pkgname-$pkgver"