fix(afdko): add dependencies

This commit is contained in:
MedzikUser 2022-07-30 16:37:51 +02:00
parent 3be7662abf
commit a4c65302bc
11 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,2 @@
AUR_NAME="psautohint"
AUR_UPDATED="1643876138"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-booleanoperations"
AUR_UPDATED="1639562221"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-defcon"
AUR_UPDATED="1651910713"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-fontmath"
AUR_UPDATED="1652192559"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-fontparts"
AUR_UPDATED="1657792392"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-fontpens"
AUR_UPDATED="1639471733"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-mutatormath"
AUR_UPDATED="1639473306"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-pyclipper"
AUR_UPDATED="1655121231"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-ufonormalizer"
AUR_UPDATED="1639480911"

View File

@ -0,0 +1,2 @@
AUR_NAME="python-ufoprocessor"
AUR_UPDATED="1639481059"

View File

@ -26,7 +26,7 @@ update-package() {
local pkgdir="${1}"
local pkgname="$(basename ${pkgdir})"
trap 'echo "Error code $? occurred in package ${pkgname} on line ${LINENO}" 1>&2 ; return 1' ERR
trap 'echo "Error code $? occurred in package ${pkgname} on line ${LINENO}" 1>&2 ; return 1' ERR
if [ ! -f "${pkgdir}/built.conf" ]
then