Date: Sunday, May 14, 2023 @ 10:19:19
  Author: maximbaz
Revision: 1461565

archrelease: copy trunk to community-any

Added:
  aspell-da/repos/community-any/PKGBUILD
    (from rev 1461564, 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-14 10:19:16 UTC (rev 1461564)
+++ PKGBUILD    2023-05-14 10:19:19 UTC (rev 1461565)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: aspell-da/repos/community-any/PKGBUILD (from rev 1461564, 
aspell-da/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-14 10:19:19 UTC (rev 1461565)
@@ -0,0 +1,24 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Esben Haabendal <[email protected]>
+
+pkgname=aspell-da
+pkgver=4.2.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=('66a32be37615423cdd88c3ccbe81e26bc955068a5d74f1829f0d309ba93741d99f7ccbb335e0fe1a890aada984cc771eb25c00027554509c0f1fbf36fea5fb0b')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure
+    make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to