Date: Saturday, May 13, 2023 @ 21:33:13
  Author: maximbaz
Revision: 1460334

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-13 21:33:11 UTC (rev 1460333)
+++ PKGBUILD    2023-05-13 21:33:13 UTC (rev 1460334)
@@ -1,24 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Esben Haabendal <[email protected]>
-
-pkgname=aspell-da
-pkgver=4.1
-pkgrel=1
-pkgdesc='Danish dictionary for aspell'
-arch=('any')
-url='https://github.com/mortenivar/aspell-da'
-license=('GPL2')
-depends=('aspell')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz";)
-sha512sums=('88a3a60db9be45f3235d75db0f946a5d7da0c2cfcf847ad2672c7b0e243454dce56f5f37d0652c6f2b9aeb08edbbefb80c4f45c909e5ba33aec2714f83fac7c3')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    ./configure
-    make
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: aspell-da/repos/community-any/PKGBUILD (from rev 1460333, 
aspell-da/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-13 21:33:13 UTC (rev 1460334)
@@ -0,0 +1,24 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Esben Haabendal <[email protected]>
+
+pkgname=aspell-da
+pkgver=4.2
+pkgrel=1
+pkgdesc='Danish dictionary for aspell'
+arch=('any')
+url='https://github.com/mortenivar/aspell-da'
+license=('GPL2')
+depends=('aspell')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mortenivar/${pkgname}/archive/refs/tags/${pkgver}.tar.gz";)
+sha512sums=('37c38b888e4cb50c1796f084ee1978a7f37b08ff1026c16f6ef5793298733f64863484ce98a5b550a7b7632e322be90f6eb4ac66f0bd1104485ebafe2a858221')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure
+    make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to