From e813404f052954d32b55e6615036a040c8488c2d Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Wed, 18 May 2022 22:53:04 +0200 Subject: [PATCH] addpkg: dxvk-bin --- packages/dxvk-bin/built.conf | 2 ++ scripts/auto-update.sh | 4 ++++ scripts/lib/parse-conf.sh | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 packages/dxvk-bin/built.conf diff --git a/packages/dxvk-bin/built.conf b/packages/dxvk-bin/built.conf new file mode 100644 index 00000000..4c6120e7 --- /dev/null +++ b/packages/dxvk-bin/built.conf @@ -0,0 +1,2 @@ +AUR_NAME="dxvk-bin" +AUR_UPDATED="1648320285" diff --git a/scripts/auto-update.sh b/scripts/auto-update.sh index 006a85f4..b06e8eef 100755 --- a/scripts/auto-update.sh +++ b/scripts/auto-update.sh @@ -52,6 +52,8 @@ update-package() { git commit -m "upgpkg: '${pkgname}' to '${latest_version}'" fi + echo "[i] Updated '${pkgname}' to '${latest_version}'" + return 0 fi fi @@ -101,6 +103,8 @@ update-package() { git commit -m "upgpkg: '${pkgname}' to '${latest_version}'" fi + echo "[i] Updated '${pkgname}' to '${latest_version}'" + return 0 fi fi diff --git a/scripts/lib/parse-conf.sh b/scripts/lib/parse-conf.sh index d9e459d4..7e19dd86 100755 --- a/scripts/lib/parse-conf.sh +++ b/scripts/lib/parse-conf.sh @@ -4,7 +4,7 @@ parse-conf() { . "${1}/built.conf" echo "local AUR_NAME=${AUR_NAME}" - echo "local AUR_UPDATED=${AUR_VERSION}" + echo "local AUR_UPDATED=${AUR_UPDATED}" echo "local GITHUB_REPO=${GITHUB_REPO}" echo "local GITHUB_TAG=${GITHUB_TAG}" echo "local NPM=${NPM}"