summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-11-10 16:37:36 +0800
committerzxp198210052023-11-10 16:37:36 +0800
commit974db8375c4597974c750fa902b0da1af4132ade (patch)
tree2d277e5e1d82887bf8dbd8eab1a6f92fbcbf14a0 /PKGBUILD
parent927440159b1f6b2a965b153ead321569d4e8a379 (diff)
downloadaur-974db8375c4597974c750fa902b0da1af4132ade.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf7e6ee49b83..84da861d764b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Contributor: katt <magunasu.b97@gmail.com>
pkgname=godotpcktool-bin
pkgver=1.9
-pkgrel=3
+pkgrel=4
pkgdesc='Standalone tool for extracting and creating Godot .pck files'
arch=(x86_64)
url="https://github.com/hhyyrylainen/GodotPckTool"
license=('MIT')
-depends=('glibc')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
-source=("${pkgname%-bin}-${pkgver}::${url}/releases/download/v${pkgver}/${pkgname%-bin}"
- "LICENSE::https://raw.githubusercontent.com/hhyyrylainen/GodotPckTool/v${pkgver}/LICENSE")
+source=(
+ "${pkgname%-bin}-${pkgver}::${url}/releases/download/v${pkgver}/${pkgname%-bin}"
+ "LICENSE::https://raw.githubusercontent.com/hhyyrylainen/GodotPckTool/v${pkgver}/LICENSE"
+)
sha256sums=('bd34659871555b531a15b12e51734c65ac0e60eae1eb20f803e48ae5997ad194'
'0c202bb6463a8ce09bbeb102683ef12894dc361c28468e57bd3a4000a69a2640')
package() {