File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -244,30 +244,30 @@ arch=('any')
244244url='https://github.com/holgerbrandl/kscript'
245245license=('MIT')
246246depends=('kotlin')
247- source=("${pkgname} -${pkgver} . bin.zip::https://github.com/holgerbrandl/${pkgname} /releases/download/v${pkgver} /${pkgname} -${pkgver} -bin.zip")
247+ source=("\ $ {pkgname}-\ $ {pkgver}- bin.zip::https://github.com/holgerbrandl/\ $ {pkgname}/releases/download/v\ $ {pkgver}/\ $ {pkgname}-\ $ {pkgver}-bin.zip")
248248sha256sums=('${archiveMd5} ')
249249
250250package() {
251- cd "${srcdir} /${pkgname} -${pkgver} /bin"
251+ cd "\ $ {srcdir}/\ $ {pkgname}-\ $ {pkgver}/bin"
252252
253- install -Dm 755 kscript "${pkgdir} /usr/bin/kscript"
254- install -Dm 644 kscript.jar "${pkgdir} /usr/bin/kscript.jar"
253+ install -Dm 755 kscript "\ $ {pkgdir}/usr/bin/kscript"
254+ install -Dm 644 kscript.jar "\ $ {pkgdir}/usr/bin/kscript.jar"
255255}
256256
257257EOF
258258
259259# update the PKGBUILD file/pkgver variable
260260cat - << EOF > .SRCINFO
261261pkgbase = kscript
262- pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
263- pkgver = ${kscript_version}
264- pkgrel = 1
265- url = https://github.com/holgerbrandl/kscript
266- arch = any
267- license = MIT
268- depends = kotlin
269- source = kscript-${kscript_version} .bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v${kscript_version} /kscript-${kscript_version} -bin.zip
270- sha256sums = ${archiveMd5}
262+ pkgdesc = Enhanced scripting support for Kotlin on *nix-based systems
263+ pkgver = ${kscript_version}
264+ pkgrel = 1
265+ url = https://github.com/holgerbrandl/kscript
266+ arch = any
267+ license = MIT
268+ depends = kotlin
269+ source = kscript-${kscript_version} .bin.zip::https://github.com/holgerbrandl/kscript/releases/download/v${kscript_version} /kscript-${kscript_version} -bin.zip
270+ sha256sums = ${archiveMd5}
271271
272272pkgname = kscript
273273
You can’t perform that action at this time.
0 commit comments