[arch-commits] Commit in aspell-da/trunk (PKGBUILD)

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


    Date: Monday, June 20, 2022 @ 23:06:36
  Author: maximbaz
Revision: 1238742

upgpkg: aspell-da 3.2-1

Modified:
  aspell-da/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-20 22:45:39 UTC (rev 1238741)
+++ PKGBUILD	2022-06-20 23:06:36 UTC (rev 1238742)
@@ -2,24 +2,23 @@
 # Contributor: Esben Haabendal <esben at haabendal.dk>
 
 pkgname=aspell-da
-pkgver=1.6.36
-pkgrel=2
+pkgver=3.2
+pkgrel=1
 pkgdesc='Danish dictionary for aspell'
 arch=('any')
-url='http://aspell.net/'
-license=('custom')
+url='https://mbjnet.dk/dsdo/'
+license=('GPL2')
 depends=('aspell')
-source=("https://ftp.gnu.org/gnu/aspell/dict/da/aspell6-da-${pkgver}-11-0.tar.bz2")
-sha512sums=('6f793a491012b06eb45f8b52e230ae4de890b9a139f079a9d2264af62029b241b89b1690885641678607ac3c42b4ebfe626b14ec373cf5228b12b9eb615b8244')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('91cf4ff5798a4685f092cef8ce3eae4ee41a955e5d626ca707d0a3c1b190bdd12d59d5907556ba8fb87d3dfa6e09cee2c9853a4481d790b12a0cab69729dabde')
 
 build() {
-    cd "aspell6-da-${pkgver}-11-0"
+    cd "${pkgname}-${pkgver}"
     ./configure
     make
 }
 
 package() {
-    cd "aspell6-da-${pkgver}-11-0"
-    make DESTDIR=${pkgdir} install
-    install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list