summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2022-11-30 09:43:19 +0100
committerClaudia Pellegrino2022-11-30 09:43:19 +0100
commit2dd76bf002be74531529c77dc3f87538bf8031de (patch)
tree99a212c451c5e038537cd9cb9cde7e11af8ffe2f
parent2178b6bb6006737bc08de1415dee3b62cc306fc8 (diff)
downloadaur-2dd76bf002be74531529c77dc3f87538bf8031de.tar.gz
Fix namcap finding
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 999b5b118546..746de9ef12ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = thunderbird-tbsync
url = https://github.com/jobisoft/TbSync
arch = any
groups = office
- license = MPL-2.0
+ license = MPL2
depends = thunderbird>=102
depends = thunderbird<103
noextract = TbSync-4.3.xpi
diff --git a/PKGBUILD b/PKGBUILD
index 99feaf1b4442..604ef4d8e3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Sync contacts, tasks and calendars to thunderbird using Exchange ActiveSync (EAS) and CalDAV/CardDAV"
arch=('any')
url="https://github.com/jobisoft/TbSync"
-license=('MPL-2.0')
+license=('MPL2')
groups=('office')
depends=('thunderbird>=102' 'thunderbird<103')
source=("${_name}-${pkgver}.xpi::https://github.com/jobisoft/${_name}/releases/download/v${pkgver}/${_name}-beta.xpi")