summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 10:59:56 +0300
committerCaleb Maclennan2024-03-28 10:59:56 +0300
commitee49c2c7af5db960c14aa9deae6eefe300dbf19a (patch)
tree54de50def50ce1c98a7ac0b042c2727a892c3df3
parentb5e7bed765e026050005723718af4f14ea842325 (diff)
downloadaur-ee49c2c7af5db960c14aa9deae6eefe300dbf19a.tar.gz
upgpkg: sfd2ufo 1.2.2-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4bc112d55d4..f2e4a1701f58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = sfd2ufo
pkgdesc = An SFD to UFO converter providing sdflib
- pkgver = 1.2.1
- pkgrel = 3
- url = https://github.com/aliftype/sfdLib
+ pkgver = 1.2.2
+ pkgrel = 1
+ url = https://github.com/MFEK/sfdLib.py
arch = any
- license = BSD
+ license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
@@ -14,7 +14,7 @@ pkgbase = sfd2ufo
depends = python-fonttools
provides = python-sfdlib
options = !emptydirs
- source = https://github.com/aliftype/sfdLib/archive/v1.2.1/sfdLib-1.2.1.tar.gz
- sha256sums = b4500e61f3714c762cb03f164823b5ea921b8e462a2a480a98f7a1cfb9a06ef4
+ source = https://github.com/MFEK/sfdLib.py/archive/v1.2.2/sfdLib.py-1.2.2.tar.gz
+ sha256sums = 5953cba813144d63f8e1227502faed8e936359cddc18a58bb4b7dd15ba96fcd3
pkgname = sfd2ufo
diff --git a/PKGBUILD b/PKGBUILD
index 066cc34ef685..3cd935899959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=sfd2ufo
-_pkgname=sfdLib
-pkgver=1.2.1
-pkgrel=3
+_pkgname=sfdLib.py
+pkgver=1.2.2
+pkgrel=1
pkgdesc='An SFD to UFO converter providing sdflib'
arch=(any)
-url="https://github.com/aliftype/$_pkgname"
-license=(BSD)
+url="https://github.com/MFEK/$_pkgname"
+license=(BSD-3-Clause)
depends=(python
python-ufolib2
python-fonttools)
@@ -17,7 +17,7 @@ provides=(python-sfdlib)
options=(!emptydirs)
_archive="$_pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('b4500e61f3714c762cb03f164823b5ea921b8e462a2a480a98f7a1cfb9a06ef4')
+sha256sums=('5953cba813144d63f8e1227502faed8e936359cddc18a58bb4b7dd15ba96fcd3')
build() {
cd "$_archive"