[arch-commits] Commit in aspell-el/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jun 4 18:45:31 UTC 2018
Date: Monday, June 4, 2018 @ 18:45:30
Author: arojas
Revision: 340425
archrelease: copy trunk to community-any
Added:
aspell-el/repos/community-any/PKGBUILD
(from rev 340424, aspell-el/trunk/PKGBUILD)
Deleted:
aspell-el/repos/community-any/PKGBUILD
----------+
PKGBUILD | 57 ++++++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-04 18:45:09 UTC (rev 340424)
+++ PKGBUILD 2018-06-04 18:45:30 UTC (rev 340425)
@@ -1,29 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Simo Leone <simo at archlinux.org>
-
-pkgname=aspell-el
-pkgver=0.08
-pkgrel=2
-
-pkgdesc="Greek dictionary for aspell"
-url="http://elspell.math.upatras.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 340424, aspell-el/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-04 18:45:30 UTC (rev 340425)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Simo Leone <simo at archlinux.org>
+
+pkgname=aspell-el
+pkgver=0.08
+pkgrel=3
+pkgdesc="Greek dictionary for aspell"
+url="http://elspell.math.upatras.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
+}
More information about the arch-commits
mailing list