[arch-commits] Commit in libstaroffice/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Nov 12 14:00:37 UTC 2017


    Date: Sunday, November 12, 2017 @ 14:00:35
  Author: andyrtr
Revision: 309641

upgpkg: libstaroffice 0.0.5-1

upstream update 0.0.5

Modified:
  libstaroffice/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-12 13:50:20 UTC (rev 309640)
+++ PKGBUILD	2017-11-12 14:00:35 UTC (rev 309641)
@@ -5,19 +5,22 @@
 pkgname=libstaroffice
 pkgver=0.0.5
 pkgrel=1
-pkgdesc='filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge'
-url='https://github.com/fosnola/libstaroffice'
-arch=('i686' 'x86_64')
-license=('MPL')
+pkgdesc="filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge"
+url="https://github.com/fosnola/libstaroffice"
+arch=('x86_64')
+license=('MPL2' 'LGPL2.1')
 depends=('librevenge')
 makedepends=('doxygen')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fosnola/libstaroffice/archive/${pkgver}.tar.gz")
-sha256sums=('26a148954f04f92ce648ab0a5e6faba53ded68b22f8d03afe8603d15b6b599d8')
+source=(https://github.com/fosnola/$pkgname/releases/download/$pkgver/libstaroffice-$pkgver.tar.xz)
+sha256sums=('315507add58068aa6d5c437e7c2a6fd1abe684515915152c6cf338fc588da982')
 
+#prepare() {
+#return 1
+#}
+
 build() {
   cd "${pkgname}-${pkgver}"
-  NOCONFIGURE=1 ./autogen.sh 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr #--help
   make
 }
 



More information about the arch-commits mailing list