Date: Monday, November 14, 2022 @ 23:24:20
Author: kpcyrd
Revision: 1348325
archrelease: copy trunk to community-any
Added:
aspell-el/repos/community-any/PKGBUILD
(from rev 1348324, aspell-el/trunk/PKGBUILD)
Deleted:
aspell-el/repos/community-any/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 23:24:05 UTC (rev 1348324)
+++ PKGBUILD 2022-11-14 23:24:20 UTC (rev 1348325)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Simo Leone <[email protected]>
-
-pkgname=aspell-el
-pkgver=0.08
-pkgrel=4
-pkgdesc="Greek dictionary for aspell"
-url="https://www.elspell.gr/"
-arch=('any')
-license=('GPL')
-
-depends=('aspell')
-
-source=("http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2")
-
-md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
-
-build() {
- cd aspell6-el-"$pkgver"-0
- ./configure
- make
-}
-
-package() {
- cd aspell6-el-"$pkgver"-0
- make DESTDIR="$pkgdir" install
-}
Copied: aspell-el/repos/community-any/PKGBUILD (from rev 1348324,
aspell-el/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-14 23:24:20 UTC (rev 1348325)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Simo Leone <[email protected]>
+
+pkgname=aspell-el
+pkgver=0.08
+pkgrel=5
+pkgdesc="Greek dictionary for aspell"
+url="https://www.elspell.gr/"
+arch=('any')
+license=('GPL')
+
+depends=('aspell')
+
+source=("http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2")
+
+md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
+sha256sums=('4af60f1a8adf8b1899680deefdf49288d7406a2c591658f880628bf7c1604cd2')
+
+build() {
+ cd aspell6-el-"$pkgver"-0
+ ./configure
+ make
+}
+
+package() {
+ cd aspell6-el-"$pkgver"-0
+ make DESTDIR="$pkgdir" install
+}