[arch-commits] Commit in aspell/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Oct 22 09:13:38 UTC 2019


    Date: Tuesday, October 22, 2019 @ 09:13:38
  Author: felixonmars
Revision: 365297

archrelease: copy trunk to extra-x86_64

Added:
  aspell/repos/extra-x86_64/PKGBUILD
    (from rev 365296, aspell/trunk/PKGBUILD)
Deleted:
  aspell/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-22 09:13:26 UTC (rev 365296)
+++ PKGBUILD	2019-10-22 09:13:38 UTC (rev 365297)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jochem Kossen <j.kossen at home.nl>
-# Contributor: dorphell <dorphell at archlinux.org>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=aspell
-pkgver=0.60.7
-_pkgmajorver=0.60
-pkgrel=1
-pkgdesc="A spell checker designed to eventually replace Ispell"
-arch=('x86_64')
-url="http://aspell.net/"
-license=('LGPL')
-depends=('gcc-libs' 'ncurses')
-optdepends=('perl: to import old dictionaries')
-source=("https://github.com/GNUAspell/aspell/archive/rel-$pkgver.tar.gz")
-sha512sums=('102a2d3db69ba54cc2dc99fd6f5c905ca7738dca97dbedb5d3f1d88ad91477c44b74f1d34e54d4ba61dcefd27813eb60a7626ff99df3264a2cf375c079c304da')
-
-build() {
-  cd $pkgname-rel-$pkgver
-  PERL_USE_UNSAFE_INC=1 ./autogen
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-rel-$pkgver
-  make DESTDIR="$pkgdir" install
-  ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
-}

Copied: aspell/repos/extra-x86_64/PKGBUILD (from rev 365296, aspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-22 09:13:38 UTC (rev 365297)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=aspell
+pkgver=0.60.8
+_pkgmajorver=0.60
+pkgrel=1
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('x86_64')
+url="http://aspell.net/"
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+source=("https://github.com/GNUAspell/aspell/archive/rel-$pkgver.tar.gz")
+sha512sums=('b7ca2ed063f003581020d2043b1686915997261695bb0aef6e530431ea55781861ba19e16ce1fb74eb892203c9433c8652d105d380c0a6a24590f13fb1a401be')
+
+build() {
+  cd $pkgname-rel-$pkgver
+  PERL_USE_UNSAFE_INC=1 ./autogen
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-rel-$pkgver
+  make DESTDIR="$pkgdir" install
+  ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
+}



More information about the arch-commits mailing list