diff options
author | Stanisław Jasiewicz | 2021-04-07 19:08:47 +0200 |
---|---|---|
committer | Stanisław Jasiewicz | 2021-04-07 19:08:47 +0200 |
commit | 1de1688e16c86530f7643ccf6702219994bb8515 (patch) | |
tree | b0409c2cc4389b888e551939753527ce4949d765 /PKGBUILD | |
parent | a7948bf98cdb3b979ea24749a895946c37db6573 (diff) | |
download | aur-1de1688e16c86530f7643ccf6702219994bb8515.tar.gz |
Updated to 1.3.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ # Maintainer: Stanisław Jasiewicz <stjasiewicz@protonmail.com> pkgname=nwscript-code -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="Setup for a NWScript pseudo-IDE assembled from VSC and various development tools" arch=('any') @@ -8,12 +8,12 @@ url="https://gitlab.com/Taro94/nwscript-code/" license=('GPL') depends=('code' 'astyle' 'nwnsc-bin' 'neverwinter.nim' 'nasher' 'nssnippets-bin' 'nssdefinitions-bin') optdepends=('wine') -source=('https://gitlab.com/Taro94/nwscript-code/-/archive/1.2.0/nwscript-code-1.2.0.tar.gz') -md5sums=('723960c05464e75db980c82d3bd705e7') +source=('https://gitlab.com/Taro94/nwscript-code/-/archive/1.3.0/nwscript-code-1.3.0.tar.gz') +md5sums=('3d6c2bde36ded6da420a35c476d7d055') options=(!strip) package() { - cd nwscript-code-1.2.0 + cd nwscript-code-1.3.0 install -Dm 755 "nwscript-code" -t "$pkgdir/usr/bin" install -Dm 755 "default_config.ini" -t "$pkgdir/usr/share/nwscript-code" install -Dm 755 "tasks.json" -t "$pkgdir/usr/share/nwscript-code" |