summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDisLogicator2021-04-24 20:04:44 +0900
committerDisLogicator2021-04-24 20:04:44 +0900
commit03a493eab2e1563ca95406afbb62ce2223528f5d (patch)
tree6f6326dd9269842e992a62dd38e071d591dd47a4
parentdc6766d4bdc172a110909460bb254a310831b023 (diff)
downloadaur-03a493eab2e1563ca95406afbb62ce2223528f5d.tar.gz
a
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55be69f616fb..7d6e2324e5e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,10 @@ pkgbase = hoffice
arch = x86_64
license = custom:hoffice
depends = harfbuzz-icu
- source = https://github.com/DisLogicator/hoffice/releases/download/11.20.0.1520/hoffice-11.20.0.1520.tar.gz
+ depends = libcurl-gnutls
+ source = https://github.com/DisLogicator/hoffice/releases/download/11,20,0,1520-rc2/hoffice-11.20.0.1520.tar.gz
source = LICENSE
- sha256sums = eb0bd9ac1571fc5ab6f9ea906e9ee2749f2413a53d1aec5a15c419bc7d535925
+ sha256sums = e059fc20c45180c06948bcf323f4042b83db94e2ae2243ddcb69a5f72b8bf2a8
sha256sums = bd67280ffdf6928abab99f3f7f01ad46b19d85d641bd49286ef6d3e6a258cee3
pkgname = hoffice
diff --git a/PKGBUILD b/PKGBUILD
index df5f41e94d3f..1d896497a2ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,21 +9,19 @@ pkgdesc="한글, 한셀, 한쇼 뿐만 아니라 MS 워드, 파워포인트 ,
arch=('x86_64')
url='https://www.hancom.com/'
license=('custom:hoffice')
-depends=('harfbuzz-icu')
+depends=('harfbuzz-icu' 'libcurl-gnutls' )
source=(
- "https://github.com/DisLogicator/hoffice/releases/download/11.20.0.1520/hoffice-11.20.0.1520.tar.gz"
+ "https://github.com/DisLogicator/hoffice/releases/download/11,20,0,1520-rc2/hoffice-11.20.0.1520.tar.gz"
"LICENSE"
)
sha256sums=(
- 'eb0bd9ac1571fc5ab6f9ea906e9ee2749f2413a53d1aec5a15c419bc7d535925'
+ 'e059fc20c45180c06948bcf323f4042b83db94e2ae2243ddcb69a5f72b8bf2a8'
'bd67280ffdf6928abab99f3f7f01ad46b19d85d641bd49286ef6d3e6a258cee3'
)
package() {
install -Dm644 -t "${pkgdir}/usr/share/licenses/$pkgname" "${srcdir}/LICENSE"
install -Dm644 -t "${pkgdir}/usr/share/applications" "${srcdir}"/*.desktop
- mkdir ~/hnc
- install -Dm644 -t "${pkgdir}~/hnc" "${srcdir}"/*.png
mkdir "${pkgdir}/opt"
mkdir "${pkgdir}/opt/hnc"
bsdtar -xf hoffice11.zip -C "${pkgdir}/opt/hnc"