Date: Sunday, January 1, 2023 @ 16:44:04
Author: andyrtr
Revision: 465121
archrelease: copy trunk to extra-x86_64
Added:
hunspell/repos/extra-x86_64/PKGBUILD
(from rev 465120, hunspell/trunk/PKGBUILD)
Deleted:
hunspell/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-01 16:43:57 UTC (rev 465120)
+++ PKGBUILD 2023-01-01 16:44:04 UTC (rev 465121)
@@ -1,39 +0,0 @@
-# Maintainer: Andreas Radke <[email protected]>
-# Contributor: Hussam Al-Tayeb <[email protected]>
-
-pkgname=hunspell
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Spell checker and morphological analyzer library and program"
-arch=('x86_64')
-url="https://github.com/hunspell/mythes"
-license=('GPL' 'LGPL' 'MPL')
-depends=('gcc-libs' 'readline')
-optdepends=('perl: for ispellaff2myspell')
-source=(https://github.com/hunspell/hunspell/releases/download/v${pkgver}/hunspell-${pkgver}.tar.gz)
-sha256sums=('b2d9c5369c2cc7f321cb5983fda2dbf007dce3d9e17519746840a6f0c4bf7444')
-
-build() {
- cd hunspell-$pkgver
- ./configure --prefix=/usr \
- --disable-static \
- --with-ui \
- --with-readline
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd hunspell-$pkgver
- make check
-}
-
-package() {
- cd hunspell-$pkgver
- make DESTDIR="$pkgdir" install
-
- # add generic hunspell.so for development and projects not using pkgconfig
flags - FS#30592
- pushd "$pkgdir"/usr/lib
- ln -s libhunspell-?.?.so libhunspell.so
- popd
-}
Copied: hunspell/repos/extra-x86_64/PKGBUILD (from rev 465120,
hunspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-01 16:44:04 UTC (rev 465121)
@@ -0,0 +1,39 @@
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: Hussam Al-Tayeb <[email protected]>
+
+pkgname=hunspell
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Spell checker and morphological analyzer library and program"
+arch=('x86_64')
+url="https://github.com/hunspell/hunspell"
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
+source=(https://github.com/hunspell/hunspell/releases/download/v${pkgver}/hunspell-${pkgver}.tar.gz)
+sha256sums=('11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8')
+
+build() {
+ cd hunspell-$pkgver
+ ./configure --prefix=/usr \
+ --disable-static \
+ --with-ui \
+ --with-readline
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd hunspell-$pkgver
+ make check
+}
+
+package() {
+ cd hunspell-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ # add generic hunspell.so for development and projects not using pkgconfig
flags - FS#30592
+ pushd "$pkgdir"/usr/lib
+ ln -s libhunspell-?.?.so libhunspell.so
+ popd
+}