summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2020-05-04 12:28:15 +0200
committerGuillaume Hayot2020-05-04 12:28:15 +0200
commitb8031f8c7f04048a8303afa4a1bcffba18608d64 (patch)
tree7fc363901faf6ce3c5e0e4c9846a83c0d36b4d62
parent384349a7a49266a177cd551978a4759d02828d2b (diff)
downloadaur-b8031f8c7f04048a8303afa4a1bcffba18608d64.tar.gz
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a59f5607eb06..fdcf875cfb6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = parlatype-libreoffice-extension
pkgdesc = Parlatype LibreOffice Extension
pkgver = 2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/gkarsay/parlatype-libreoffice-extension/
arch = any
- license = GPLv3
+ license = GPL3
makedepends = meson
makedepends = gettext
makedepends = appstream
diff --git a/PKGBUILD b/PKGBUILD
index 55f95de795e1..3409b09f3f22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype-libreoffice-extension
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Parlatype LibreOffice Extension"
arch=('any')
url="https://github.com/gkarsay/parlatype-libreoffice-extension/"
-license=('GPLv3')
+license=('GPL3')
depends=('libreoffice' 'parlatype=2.0')
makedepends=('meson' 'gettext' 'appstream' 'appstream-glib')
source=("https://github.com/gkarsay/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")