[arch-commits] Commit in aspell-hu/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Tue Dec 18 05:35:55 UTC 2018
Date: Tuesday, December 18, 2018 @ 05:35:54
Author: bgyorgy
Revision: 416630
Adopt the package, use PGP signature
Modified:
aspell-hu/trunk/PKGBUILD
----------+
PKGBUILD | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-18 01:58:58 UTC (rev 416629)
+++ PKGBUILD 2018-12-18 05:35:54 UTC (rev 416630)
@@ -1,26 +1,25 @@
-# Maintainer:
-# Contributor: György Balló <ballogy at freestart.hu>
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=aspell-hu
pkgver=0.99.4.2
pkgrel=5
pkgdesc="Hungarian spellcheck dictionary for aspell"
-arch=('x86_64')
+arch=(x86_64)
url="http://aspell.net/"
-license=('GPL')
-depends=('aspell')
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-${pkgver}-0.tar.bz2")
-sha512sums=('95922401f2a8aeac61b117c464b4b83b8101fbe1e0ee758b3284a67c188348db55d900c2898eaa8639ee2db99c3b27e85f9677fc6a4d54caae57dd72101cb320')
+license=(GPL)
+depends=(aspell)
+source=("https://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-0.99.4.2-0.tar.bz2"{,.sig})
+validpgpkeys=('31A768B0808E4BA619B48F81B6D9D0CC38B327D7') # Kevin Atkinson
+sha256sums=('3335a7b45cf9774bccf03740fbddeb7ec4752dd87178fa93f92d4c71e3f236b5'
+ 'SKIP')
build() {
- cd "${srcdir}/aspell6-hu-${pkgver}-0"
-
+ cd aspell6-hu-$pkgver-0
./configure
make
}
package() {
- cd "${srcdir}/aspell6-hu-${pkgver}-0"
-
- make DESTDIR="${pkgdir}" install
+ cd aspell6-hu-$pkgver-0
+ make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list