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

Maxim Baz maximbaz at gemini.archlinux.org
Thu Feb 24 21:06:25 UTC 2022


    Date: Thursday, February 24, 2022 @ 21:06:25
  Author: maximbaz
Revision: 1136494

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 21:06:23 UTC (rev 1136493)
+++ PKGBUILD	2022-02-24 21:06:25 UTC (rev 1136494)
@@ -1,25 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Esben Haabendal <esben at haabendal.dk>
-
-pkgname=aspell-da
-pkgver=1.6.36
-pkgrel=1
-pkgdesc='Danish dictionary for aspell'
-arch=('any')
-url='http://aspell.net/'
-license=('custom')
-depends=('aspell')
-source=("https://ftp.gnu.org/gnu/aspell/dict/da/aspell6-da-${pkgver}-11-0.tar.bz2")
-sha512sums=('6f793a491012b06eb45f8b52e230ae4de890b9a139f079a9d2264af62029b241b89b1690885641678607ac3c42b4ebfe626b14ec373cf5228b12b9eb615b8244')
-
-build() {
-    cd "aspell6-da-${pkgver}-11-0"
-    ./configure
-    make
-}
-
-package() {
-    cd "aspell6-da-${pkgver}-11-0"
-    make DESTDIR=${pkgdir} install
-    install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: aspell-da/repos/community-any/PKGBUILD (from rev 1136493, aspell-da/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-24 21:06:25 UTC (rev 1136494)
@@ -0,0 +1,25 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Esben Haabendal <esben at haabendal.dk>
+
+pkgname=aspell-da
+pkgver=1.6.36
+pkgrel=2
+pkgdesc='Danish dictionary for aspell'
+arch=('any')
+url='http://aspell.net/'
+license=('custom')
+depends=('aspell')
+source=("https://ftp.gnu.org/gnu/aspell/dict/da/aspell6-da-${pkgver}-11-0.tar.bz2")
+sha512sums=('6f793a491012b06eb45f8b52e230ae4de890b9a139f079a9d2264af62029b241b89b1690885641678607ac3c42b4ebfe626b14ec373cf5228b12b9eb615b8244')
+
+build() {
+    cd "aspell6-da-${pkgver}-11-0"
+    ./configure
+    make
+}
+
+package() {
+    cd "aspell6-da-${pkgver}-11-0"
+    make DESTDIR=${pkgdir} install
+    install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list