diff options
author | Trần Nam Tuấn | 2024-04-05 04:18:49 +0700 |
---|---|---|
committer | Trần Nam Tuấn | 2024-04-05 04:18:49 +0700 |
commit | 65a513e746e42d5b505f5ba8ecd597893f2de661 (patch) | |
tree | 3861559a9ea9f5a2b4436267029742274a0883cd | |
parent | d087056a4f17cc89fa2dbb57fb3efe5fccf144aa (diff) | |
download | aur-65a513e746e42d5b505f5ba8ecd597893f2de661.tar.gz |
Bump version 3.6.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = qtcreator-spellchecker-plugin-bin pkgdesc = Spell Checker plugin for the Qt Creator IDE - pkgver = 3.5.0 + pkgver = 3.6.0 pkgrel = 1 url = https://github.com/CJCombrink/SpellChecker-Plugin arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = qtcreator-spellchecker-plugin-bin provides = qtcreator-spellchecker-plugin conflicts = qtcreator-spellchecker-plugin-git conflicts = qtcreator-spellchecker-plugin - source = https://github.com/CJCombrink/SpellChecker-Plugin/releases/download/v3.5.0/SpellChecker-Plugin_QtC12.0.0_linux_x64.tar.gz - sha256sums = 2eed168af2e42f495b7482caf00050759e99a3bbec1d542f6223debf83f90ba8 + source = https://github.com/CJCombrink/SpellChecker-Plugin/releases/download/v3.6.0/SpellChecker-Plugin_QtC13.0.0_linux_x64.tar.gz + sha256sums = b93dd0c3a42c3782f911e17eb2bb0180e7a2816a5d7b0d96d4cd1db415033654 pkgname = qtcreator-spellchecker-plugin-bin @@ -1,8 +1,8 @@ # Maintainer: TheBill2001 <tuantran1632001 at gmail dot com> pkgname=qtcreator-spellchecker-plugin-bin -pkgver=3.5.0 -_qtcreatorver=12.0.0 +pkgver=3.6.0 +_qtcreatorver=13.0.0 pkgrel=1 pkgdesc="Spell Checker plugin for the Qt Creator IDE" groups=('qt') @@ -13,7 +13,7 @@ depends=('qtcreator' 'hunspell') provides=('qtcreator-spellchecker-plugin') conflicts=('qtcreator-spellchecker-plugin-git' 'qtcreator-spellchecker-plugin') source=("${url}/releases/download/v${pkgver}/SpellChecker-Plugin_QtC${_qtcreatorver}_linux_x64.tar.gz") -sha256sums=('2eed168af2e42f495b7482caf00050759e99a3bbec1d542f6223debf83f90ba8') +sha256sums=('b93dd0c3a42c3782f911e17eb2bb0180e7a2816a5d7b0d96d4cd1db415033654') package() { install -D "${srcdir}/lib/qtcreator/plugins/libSpellChecker.so" "${pkgdir}/usr/lib/qtcreator/plugins/libSpellChecker.so" |