[arch-commits] Commit in libexttextcat/trunk (PKGBUILD libexttextcat.changelog)

Andreas Radke andyrtr at gemini.archlinux.org
Tue Nov 9 20:21:09 UTC 2021


    Date: Tuesday, November 9, 2021 @ 20:21:08
  Author: andyrtr
Revision: 427733

upgpkg: libexttextcat 3.4.6-1: upstream update 3.4.6

Modified:
  libexttextcat/trunk/PKGBUILD
Deleted:
  libexttextcat/trunk/libexttextcat.changelog

-------------------------+
 PKGBUILD                |   15 ++++++---------
 libexttextcat.changelog |    2 --
 2 files changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 20:20:46 UTC (rev 427732)
+++ PKGBUILD	2021-11-09 20:21:08 UTC (rev 427733)
@@ -1,21 +1,20 @@
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 
 pkgname=libexttextcat
-pkgver=3.4.5
-pkgrel=2
+pkgver=3.4.6
+pkgrel=1
 pkgdesc="N-Gram-Based Text Categorization library primarily intended for language guessing"
 arch=('x86_64')
-url="https://www.freedesktop.org/wiki/Software/libexttextcat/"
+url="https://wiki.documentfoundation.org/Libexttextcat"
 license=('custom')
 depends=('glibc')
 provides=('libtextcat')
-changelog=$pkgname.changelog
 source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8')
+sha256sums=('6d77eace20e9ea106c1330e268ede70c9a4a89744ddc25715682754eca3368df')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
-
   ./configure --prefix=/usr
   make
 }
@@ -22,8 +21,6 @@
 
 package() {
   cd "${srcdir}"/$pkgname-$pkgver
-
   make DESTDIR="${pkgdir}" install
-  
   install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }

Deleted: libexttextcat.changelog
===================================================================
--- libexttextcat.changelog	2021-11-09 20:20:46 UTC (rev 427732)
+++ libexttextcat.changelog	2021-11-09 20:21:08 UTC (rev 427733)
@@ -1,2 +0,0 @@
-2014-08-18  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
-	* libexttextcat 3.4.4 added to [community] as dependency of 'pinot'



More information about the arch-commits mailing list