diff options
author | Taro94 | 2020-07-18 00:06:25 +0200 |
---|---|---|
committer | Taro94 | 2020-07-18 00:06:25 +0200 |
commit | b062a3723e9defde3010376d9aa7c6590724c54a (patch) | |
tree | 7889290d48b6957b28e8dbf2e8af5c4f64533a67 /PKGBUILD | |
parent | 1739effa7af42de5dc753e04e7fdf5e407b75b3a (diff) | |
download | aur-b062a3723e9defde3010376d9aa7c6590724c54a.tar.gz |
nssnippets 1.1.0 - support for sqlquery
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # Maintainer: Stanisław Jasiewicz <stjasiewicz@gmail.com> pkgname=nssnippets-bin -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc="A command-line tool for generating NWScript VSC snippets (binary version)" arch=('any') url="https://gitlab.com/Taro94/nwscript-snippets" license=('GPL') -source=("https://gitlab.com/Taro94/nwscript-snippets/uploads/05ea4e2fb79ec3e958947019c9357bc3/nssnippets.tar.7z") -md5sums=('7648f0251d25a0decc810f14fd375d74') +source=("https://gitlab.com/Taro94/nwscript-snippets/uploads/a5a280623f6586953852c2f0b09dc9ba/nssnippets.tar.7z") +md5sums=('881155caac759eb162c4814850a661c3') options=(!strip) package() { |