[arch-commits] Commit in libreoffice-extension-texmaths/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jan 13 12:27:56 UTC 2018


    Date: Saturday, January 13, 2018 @ 12:27:55
  Author: arojas
Revision: 281809

Update to 0.44

Modified:
  libreoffice-extension-texmaths/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-13 12:21:05 UTC (rev 281808)
+++ PKGBUILD	2018-01-13 12:27:55 UTC (rev 281809)
@@ -3,21 +3,19 @@
 
 pkgname=libreoffice-extension-texmaths
 _extname=texmaths
-pkgver=0.43
+pkgver=0.44
 pkgrel=1
 pkgdesc="A LaTeX equation editor for LibreOffice"
-arch=('any')
+arch=(any)
 url="http://roland65.free.fr/texmaths/"
-license=('GPL2')
-depends=('libreoffice' 'texlive-core')
-conflicts=('texmaths')
-replaces=('texmaths')
+license=(GPL2)
+depends=(libreoffice texlive-core)
 source=("https://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt")
-sha256sums=('20eb148122678210c935f91fdb300d5202783e4873b7f1f91a64708b68d0040a')
+sha256sums=('48cec2782d1cc55f83d49fe4d5e1420a9a94885db4d8334e349f54dffc36da74')
 
 package() {
-  install -d -m755 $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
+  install -d -m755 "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname
 
-  cp -r * $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
-  rm $pkgdir/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
+  cp -r * "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname
+  rm "$pkgdir"/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
 }



More information about the arch-commits mailing list