summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2021-11-03 08:50:12 +0100
committerGuillaume Hayot2021-11-03 08:50:12 +0100
commitfdacbcb06d4efa5a2c909b5677d33620a3b53bc9 (patch)
tree091b1c6a3eb58746ba312ac39204491e1dab342d
parent5f618893d299737783f504e34f3926aa219faeba (diff)
downloadaur-fdacbcb06d4efa5a2c909b5677d33620a3b53bc9.tar.gz
Bump v3.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68b2e01d2eb8..f675a228bea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parlatype-libreoffice-extension
pkgdesc = Parlatype LibreOffice Extension
- pkgver = 2.1
- pkgrel = 2
+ pkgver = 3.0
+ pkgrel = 1
url = https://github.com/gkarsay/parlatype-libreoffice-extension/
arch = any
license = GPL3
@@ -10,9 +10,8 @@ pkgbase = parlatype-libreoffice-extension
makedepends = appstream
makedepends = appstream-glib
depends = libreoffice
- depends = parlatype=2.1
- source = https://github.com/gkarsay/parlatype-libreoffice-extension/releases/download/v2.1/parlatype-libreoffice-extension-2.1.tar.gz
- sha256sums = e514016faa0a6871fe9a7d561d206e2cbe4bf514da180a6c5a112621716662f0
+ depends = parlatype=3.0
+ source = https://github.com/gkarsay/parlatype-libreoffice-extension/releases/download/v3.0/parlatype-libreoffice-extension-3.0.tar.gz
+ sha256sums = 4637f8b7e0a33f1a5dba8c78dc143c377cbeab1f3b27ae44da6dffafa0134194
pkgname = parlatype-libreoffice-extension
-
diff --git a/PKGBUILD b/PKGBUILD
index 93677e3ae723..89a6c7240b7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
# Contributor: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype-libreoffice-extension
-pkgver=2.1
-pkgrel=2
+pkgver=3.0
+pkgrel=1
pkgdesc="Parlatype LibreOffice Extension"
arch=('any')
url="https://github.com/gkarsay/parlatype-libreoffice-extension/"
license=('GPL3')
-depends=('libreoffice' 'parlatype=2.1')
+depends=('libreoffice' 'parlatype=3.0')
makedepends=('meson' 'gettext' 'appstream' 'appstream-glib')
source=("https://github.com/gkarsay/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e514016faa0a6871fe9a7d561d206e2cbe4bf514da180a6c5a112621716662f0')
+sha256sums=('4637f8b7e0a33f1a5dba8c78dc143c377cbeab1f3b27ae44da6dffafa0134194')
build() {
cd "$pkgname-$pkgver"