summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoon Sungjoon2022-03-12 17:46:57 +0900
committerMoon Sungjoon2022-03-12 17:46:57 +0900
commit9b2a7a001a1ed8dec6c287f5edcc7222fd1c78d3 (patch)
treeed46d3800f0c64b86e3933abfc7c95531caa2ed8
parent69009cb74dc33f76fd31f4ac7573bc9b1b2d2e22 (diff)
downloadaur-9b2a7a001a1ed8dec6c287f5edcc7222fd1c78d3.tar.gz
Update to 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205e51b2ea2f..b482126deac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreoffice-extension-hwp2odt
pkgdesc = LibreOffice extension that import hwp file and present in OpenDocumentText format
- pkgver = 0.3.8
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/k2webtech/hwp2odt
arch = any
@@ -8,7 +8,7 @@ pkgbase = libreoffice-extension-hwp2odt
license = custom
depends = libreoffice
noextract = Hwp2Odt.oxt
- source = https://github.com/k2webtech/hwp2odt/releases/download/v0.3.8/Hwp2Odt.oxt
- sha512sums = afcae6e5487750a71e6b6990bdca776f52ed3c5d84f5879a751666fc9b6fe0611ba4d12c79dc5fbd66fe67ae560eaf77d4aaf46ef9c43ce3bcef4f3497e96e8a
+ source = https://github.com/k2webtech/hwp2odt/releases/download/v0.4.0/Hwp2Odt.oxt
+ sha512sums = 4d4d8ee209ca34d288ad9a6c676a638002b813e3769d8a8669570595c931dcaaac4d00d3047cb87e77d196c93a78835e10527a71833c1184218b030d01da577f
pkgname = libreoffice-extension-hwp2odt
diff --git a/PKGBUILD b/PKGBUILD
index d4fe9d4b3215..f8cfe22e10a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=libreoffice-extension-hwp2odt
_extname=Hwp2Odt
-pkgver=0.3.8
+pkgver=0.4.0
pkgrel=1
pkgdesc="LibreOffice extension that import hwp file and present in OpenDocumentText format"
arch=(any)
url="https://github.com/k2webtech/hwp2odt"
license=(custom)
-sha512sums=('afcae6e5487750a71e6b6990bdca776f52ed3c5d84f5879a751666fc9b6fe0611ba4d12c79dc5fbd66fe67ae560eaf77d4aaf46ef9c43ce3bcef4f3497e96e8a')
+sha512sums=('4d4d8ee209ca34d288ad9a6c676a638002b813e3769d8a8669570595c931dcaaac4d00d3047cb87e77d196c93a78835e10527a71833c1184218b030d01da577f')
# About license, please check this https://github.com/k2webtech/hwp2odt/issues/1
depends=(libreoffice)
groups=('libreoffice-extensions')