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

Jan de Groot jgc at archlinux.org
Wed Nov 22 09:32:49 UTC 2017


    Date: Wednesday, November 22, 2017 @ 09:32:49
  Author: jgc
Revision: 310533

upgpkg: enchant 2.1.2-1

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-22 09:29:56 UTC (rev 310532)
+++ PKGBUILD	2017-11-22 09:32:49 UTC (rev 310533)
@@ -4,8 +4,8 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=enchant
-pkgver=1.6.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="A wrapper library for generic spell checking"
 arch=('x86_64')
 url="https://abiword.github.io/enchant/"
@@ -12,18 +12,18 @@
 license=('LGPL')
 depends=('aspell' 'hunspell' 'hspell' 'libvoikko' 'glib2')
 makedepends=('git')
-_commit=7c0ec265a89808893a692f6205f2555f30198444  # tags/enchant-1-6-1
+_commit=9889e6350eb645feca2b0c061f719ca4188984d5  # tags/v2.1.2
 source=("git+https://github.com/AbiWord/enchant.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^enchant-//;s/-/\./g'
+  git describe --tags | sed 's/^v//;s/-/\./g'
 }
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  ./bootstrap
 }
 
 build() {



More information about the arch-commits mailing list