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

Maxim Baz maximbaz at gemini.archlinux.org
Mon Jun 20 23:06:40 UTC 2022


    Date: Monday, June 20, 2022 @ 23:06:40
  Author: maximbaz
Revision: 1238743

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-20 23:06:36 UTC (rev 1238742)
+++ PKGBUILD	2022-06-20 23:06:40 UTC (rev 1238743)
@@ -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=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"
-}

Copied: aspell-da/repos/community-any/PKGBUILD (from rev 1238742, aspell-da/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-20 23:06:40 UTC (rev 1238743)
@@ -0,0 +1,24 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Esben Haabendal <esben at haabendal.dk>
+
+pkgname=aspell-da
+pkgver=3.2
+pkgrel=1
+pkgdesc='Danish dictionary for aspell'
+arch=('any')
+url='https://mbjnet.dk/dsdo/'
+license=('GPL2')
+depends=('aspell')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('91cf4ff5798a4685f092cef8ce3eae4ee41a955e5d626ca707d0a3c1b190bdd12d59d5907556ba8fb87d3dfa6e09cee2c9853a4481d790b12a0cab69729dabde')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure
+    make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list