Date: Monday, November 14, 2022 @ 23:24:40
Author: kpcyrd
Revision: 1348327
archrelease: copy trunk to community-x86_64
Added:
aspell-es/repos/community-x86_64/PKGBUILD
(from rev 1348326, aspell-es/trunk/PKGBUILD)
Deleted:
aspell-es/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 23:24:26 UTC (rev 1348326)
+++ PKGBUILD 2022-11-14 23:24:40 UTC (rev 1348327)
@@ -1,25 +0,0 @@
-# Maintainer:
-# Contributor: Simo Leone <[email protected]>
-# Contributor: Juan Pablo León <[email protected]>
-
-pkgname=aspell-es
-pkgver=1.11
-pkgrel=8
-pkgdesc="Spanish dictionary for aspell"
-arch=('x86_64')
-url="http://aspell.net/"
-license=('GPL')
-depends=('aspell')
-source=(https://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$pkgver-2.tar.bz2)
-md5sums=('8406336a89c64e47e96f4153d0af70c4')
-
-build() {
- cd $srcdir/aspell6-es-$pkgver-2
- ./configure
- make
-}
-
-package() {
- cd $srcdir/aspell6-es-$pkgver-2
- make DESTDIR=$pkgdir install
-}
Copied: aspell-es/repos/community-x86_64/PKGBUILD (from rev 1348326,
aspell-es/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-14 23:24:40 UTC (rev 1348327)
@@ -0,0 +1,26 @@
+# Maintainer:
+# Contributor: Simo Leone <[email protected]>
+# Contributor: Juan Pablo León <[email protected]>
+
+pkgname=aspell-es
+pkgver=1.11
+pkgrel=9
+pkgdesc="Spanish dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/"
+license=('GPL')
+depends=('aspell')
+source=(https://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$pkgver-2.tar.bz2)
+md5sums=('8406336a89c64e47e96f4153d0af70c4')
+sha256sums=('ad367fa1e7069c72eb7ae37e4d39c30a44d32a6aa73cedccbd0d06a69018afcc')
+
+build() {
+ cd $srcdir/aspell6-es-$pkgver-2
+ ./configure
+ make
+}
+
+package() {
+ cd $srcdir/aspell6-es-$pkgver-2
+ make DESTDIR=$pkgdir install
+}