author | Andreas Radke
<andyrtr@archlinux.org> 2021-12-11 16:53:08 UTC |
committer | Andreas Radke
<andyrtr@archlinux.org> 2021-12-11 16:53:08 UTC |
parent | 461df3c887b224f1ab9d318db678fdeac643539e |
PKGBUILD | +9 | -9 |
diff --git a/PKGBUILD b/PKGBUILD index c119ef3..eabdf9d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,9 +10,9 @@ _google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4 pkgbase=libreoffice-still pkgname=('libreoffice-still-sdk' 'libreoffice-still') -_LOver=7.1.7.2 -pkgver=7.1.7 -pkgrel=4 +_LOver=7.1.8.1 +pkgver=7.1.8 +pkgrel=1 arch=('x86_64') license=('LGPL3') url="https://www.libreoffice.org/" @@ -84,11 +84,11 @@ noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip 185d60944ea767075d27247c3162b3bc-unowinreg.dll ) validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org> -sha256sums=('4fdf0809d8803388bd13ace2b3457f0a6ab9f9ef7c98d6f46cc640fffc5e94ba' +sha256sums=('4c6711dbf4d24093a3abb1b5bd749ae0c68403a7c6f79ac75597e78e88aa7893' 'SKIP' - '8c016b3b847238d84f1f71f9416d122fc21de776c1bc9ec063148db4b846e2b4' + 'b6bda19827914727edd3735f93c69f49abab095e8325262ec4aa3818f2bf22de' 'SKIP' - '83cb249b4d91e67472174f596cbf6426a33146a690d007e995eb432b70008209' + '8f2e5d5332821016224d787a741c2075f5b53a4e65d620c6c8bd7789c4075843' 'SKIP' '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1' '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753' @@ -338,11 +338,11 @@ package_libreoffice-still() { install -m644 "${srcdir}"/libreoffice-still.{sh,csh} "${pkgdir}"/etc/profile.d/ # make pyuno find its modules - install -dm755 "${pkgdir}"/usr/lib/python3.10/site-packages + install -dm755 "${pkgdir}"/usr/lib/python3.9/site-packages ln -svf /usr/lib/libreoffice/program/uno.py \ - "${pkgdir}"/usr/lib/python3.10/site-packages/uno.py + "${pkgdir}"/usr/lib/python3.9/site-packages/uno.py ln -svf /usr/lib/libreoffice/program/unohelper.py \ - "${pkgdir}"/usr/lib/python3.10/site-packages/unohelper.py + "${pkgdir}"/usr/lib/python3.9/site-packages/unohelper.py # add a symlink required for gnome-documents; FS#51887 # https://lists.freedesktop.org/archives/libreoffice/2016-March/073787.html