[arch-commits] Commit in aspell-nn/repos/community-any (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 22:32:13 UTC 2022


    Date: Sunday, April 24, 2022 @ 22:32:13
  Author: allan
Revision: 1189656

archrelease: copy trunk to community-any

Added:
  aspell-nn/repos/community-any/PKGBUILD
    (from rev 1189655, aspell-nn/trunk/PKGBUILD)
Deleted:
  aspell-nn/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 22:31:57 UTC (rev 1189655)
+++ PKGBUILD	2022-04-24 22:32:13 UTC (rev 1189656)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Øyvind 'Mr.Elendig' Heggstad <mrelendig at har-ikkje dot net>
-# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
-
-pkgname=aspell-nn
-pkgver=0.50.1
-pkgrel=4
-pkgdesc='Norwegian Nynorsk dictionary for aspell'
-url='https://aspell.net/'
-license=(GPL)
-depends=(aspell)
-arch=(any)
-source=("ftp://ftp.gnu.org/gnu/aspell/dict/nn/$pkgname-$pkgver-1.tar.bz2")
-sha256sums=('ac6610540c7e134f09cbebbd148f9316bef27bc491e377638ef4e2950b2d5370')
-
-build() {
-  cd "$pkgname-$pkgver-1"
-  ./configure
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver-1" DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 et

Copied: aspell-nn/repos/community-any/PKGBUILD (from rev 1189655, aspell-nn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 22:32:13 UTC (rev 1189656)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Øyvind 'Mr.Elendig' Heggstad <mrelendig at har-ikkje dot net>
+# Contributor: Bjorn Arild Maeland <bjorn.maeland at gmail dot com>
+
+pkgname=aspell-nn
+pkgver=0.50.1
+pkgrel=5
+pkgdesc='Norwegian Nynorsk dictionary for aspell'
+url='https://aspell.net/'
+license=(GPL)
+depends=(aspell)
+arch=(any)
+source=("ftp://ftp.gnu.org/gnu/aspell/dict/nn/$pkgname-$pkgver-1.tar.bz2")
+sha256sums=('ac6610540c7e134f09cbebbd148f9316bef27bc491e377638ef4e2950b2d5370')
+
+build() {
+  cd "$pkgname-$pkgver-1"
+  ./configure
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver-1" DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 et



More information about the arch-commits mailing list