summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrần Nam Tuấn2024-04-10 07:00:08 +0700
committerTrần Nam Tuấn2024-04-10 07:00:08 +0700
commit7a5b522f209377dfb53b760d642502e3c72cc0f1 (patch)
treedb1cb0fcd3d59164b728d5399d830cb5902ece7a
parentccab23329a45714d9ff8b356c5d17205b488e6f9 (diff)
downloadaur-7a5b522f209377dfb53b760d642502e3c72cc0f1.tar.gz
Fix source name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f950bf73348d..bfc317bc350a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtcreator-spellchecker-plugin
pkgdesc = Spell Checker plugin for the Qt Creator IDE
pkgver = 3.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/CJCombrink/SpellChecker-Plugin
arch = x86_64
groups = qt
@@ -13,7 +13,7 @@ pkgbase = qtcreator-spellchecker-plugin
depends = qtcreator>=12.0.0
depends = qtcreator<13.0.0
depends = hunspell
- source = qtcreator-spellchecker-plugin-3.5.0::https://github.com/CJCombrink/SpellChecker-Plugin/archive/v3.5.0.tar.gz
+ source = qtcreator-spellchecker-plugin-3.5.0.tar.gzr::https://github.com/CJCombrink/SpellChecker-Plugin/archive/v3.5.0.tar.gz
sha256sums = d780fd90fee09c48c3162cd37e3e0f191bcedfe5805601c1f5728909960d38d3
pkgname = qtcreator-spellchecker-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 98aba8b1ba40..b88201aefc60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qtcreator-spellchecker-plugin
pkgver=3.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Spell Checker plugin for the Qt Creator IDE"
groups=('qt')
arch=('x86_64')
@@ -16,7 +16,7 @@ makedepends=(
'qtcreator-devel>=12.0.0' 'qtcreator-devel<13.0.0'
'cmake'
)
-source=("$pkgname-$pkgver::${url}/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gzr::${url}/archive/v$pkgver.tar.gz")
sha256sums=('d780fd90fee09c48c3162cd37e3e0f191bcedfe5805601c1f5728909960d38d3')
build() {