Date: Sunday, March 5, 2023 @ 22:28:18
  Author: felixonmars
Revision: 470273

archrelease: copy trunk to extra-x86_64

Added:
  enchant/repos/extra-x86_64/PKGBUILD
    (from rev 470272, enchant/trunk/PKGBUILD)
Deleted:
  enchant/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-05 22:28:06 UTC (rev 470272)
+++ PKGBUILD    2023-03-05 22:28:18 UTC (rev 470273)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: dorphell <[email protected]>
-
-pkgname=enchant
-pkgver=2.3.3
-pkgrel=2
-pkgdesc="A wrapper library for generic spell checking"
-arch=('x86_64')
-url="https://abiword.github.io/enchant/";
-license=('LGPL')
-depends=('glib2')
-makedepends=('aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko')
-checkdepends=('unittestpp')
-optdepends=('aspell: for aspell based spell checking support'
-            'hunspell: for hunspell based spell checking support'
-            'libvoikko: for libvoikko based spell checking support'
-            'hspell: for hspell based spell checking support'
-            'nuspell: for nuspell based spell checking support')
-provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so 
enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
-source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz";)
-sha512sums=('c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -vfi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --disable-static \
-    --enable-relocatable
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: enchant/repos/extra-x86_64/PKGBUILD (from rev 470272, 
enchant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-05 22:28:18 UTC (rev 470273)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: dorphell <[email protected]>
+
+pkgname=enchant
+pkgver=2.3.4
+pkgrel=1
+pkgdesc="A wrapper library for generic spell checking"
+arch=('x86_64')
+url="https://abiword.github.io/enchant/";
+license=('LGPL')
+depends=('glib2')
+makedepends=('aspell' 'hunspell' 'hspell' 'nuspell' 'libvoikko')
+checkdepends=('unittestpp')
+optdepends=('aspell: for aspell based spell checking support'
+            'hunspell: for hunspell based spell checking support'
+            'libvoikko: for libvoikko based spell checking support'
+            'hspell: for hspell based spell checking support'
+            'nuspell: for nuspell based spell checking support')
+provides=('libenchant-2.so') # enchant_voikko.so enchant_nuspell.so 
enchant_hunspell.so enchant_hspell.so enchant_aspell.so)
+source=("https://github.com/AbiWord/enchant/releases/download/v$pkgver/enchant-$pkgver.tar.gz";)
+sha512sums=('d109ab320ed84d6c9eec6c558c72a54d71ad30237c2bf11650b0e4030fbd9990a5ccf06a20851e46b6530279e1a9916b891cd394eefabc8812f7f92da62cbe1a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --disable-static \
+    --enable-relocatable
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to