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

Felix Yan felixonmars at archlinux.org
Wed Aug 7 07:48:17 UTC 2019


    Date: Wednesday, August 7, 2019 @ 07:48:17
  Author: felixonmars
Revision: 359281

upgpkg: aspell 0.60.7-1

Modified:
  aspell/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-07 06:10:56 UTC (rev 359280)
+++ PKGBUILD	2019-08-07 07:48:17 UTC (rev 359281)
@@ -5,8 +5,7 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=aspell
-_pkgver=0.60.7-rc1
-pkgver=${_pkgver/-/}
+pkgver=0.60.7
 _pkgmajorver=0.60
 pkgrel=1
 pkgdesc="A spell checker designed to eventually replace Ispell"
@@ -15,11 +14,11 @@
 license=('LGPL')
 depends=('gcc-libs' 'ncurses')
 optdepends=('perl: to import old dictionaries')
-source=("https://github.com/GNUAspell/aspell/archive/rel-$_pkgver.tar.gz")
-sha512sums=('8ba34c2de543f82d4f638dca945a6e465e3c21ffd1b8a2f08b6c6b7b326c78d15c35607257e2e9939c61e95fc06951d06249eb5d2847a8750b592c11d4402875')
+source=("https://github.com/GNUAspell/aspell/archive/rel-$pkgver.tar.gz")
+sha512sums=('102a2d3db69ba54cc2dc99fd6f5c905ca7738dca97dbedb5d3f1d88ad91477c44b74f1d34e54d4ba61dcefd27813eb60a7626ff99df3264a2cf375c079c304da')
 
 build() {
-  cd $pkgname-rel-$_pkgver
+  cd $pkgname-rel-$pkgver
   PERL_USE_UNSAFE_INC=1 ./autogen
   ./configure --prefix=/usr --sysconfdir=/etc
   make
@@ -26,7 +25,7 @@
 }
 
 package() {
-  cd $pkgname-rel-$_pkgver
+  cd $pkgname-rel-$pkgver
   make DESTDIR="$pkgdir" install
   ln -s $pkgname-$_pkgmajorver "$pkgdir"/usr/lib/$pkgname
 }



More information about the arch-commits mailing list