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

2020-10-20 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 20, 2020 @ 19:04:14
  Author: arojas
Revision: 398668

Update to 1.8.4

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 19:01:02 UTC (rev 398667)
+++ PKGBUILD2020-10-20 19:04:14 UTC (rev 398668)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gspell
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 url="https://wiki.gnome.org/Projects/gspell;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(gtk3 enchant libxml2 iso-codes)
 makedepends=(gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=3522ddd143a0e5a89ac9c35e3d96beeb8cf8e965  # tags/1.8.3^0
+_commit=afd6d46d900dff621be840079c34488d9b3e8259
 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-01-25 Thread Jan Steffens via arch-commits
Date: Saturday, January 25, 2020 @ 10:11:04
  Author: heftig
Revision: 373899

1.8.3-1

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-25 04:32:10 UTC (rev 373898)
+++ PKGBUILD2020-01-25 10:11:04 UTC (rev 373899)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gspell
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 url="https://wiki.gnome.org/Projects/gspell;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(gtk3 enchant libxml2 iso-codes)
 makedepends=(gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=90cf3a18c26948c8c7a083cac1f8708a01838514  # tags/1.8.2^0
+_commit=3522ddd143a0e5a89ac9c35e3d96beeb8cf8e965  # tags/1.8.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,10 +21,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Our autoconf-archive is too new (AX_CODE_COVERAGE changed API in v28)
-  find -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
-
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2019-09-07 Thread Jan Steffens via arch-commits
Date: Saturday, September 7, 2019 @ 20:21:00
  Author: heftig
Revision: 362022

1.8.2-1

Modified:
  gspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-07 19:56:56 UTC (rev 362021)
+++ PKGBUILD2019-09-07 20:21:00 UTC (rev 362022)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gspell
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 url="https://wiki.gnome.org/Projects/gspell;
@@ -9,8 +9,8 @@
 arch=(x86_64)
 license=(GPL2)
 depends=(gtk3 enchant libxml2 iso-codes)
-makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=ba03499234037861e01ce1e83075e8a32b9790f3  # tags/1.8.1^0
+makedepends=(gobject-introspection vala gtk-doc autoconf-archive git)
+_commit=90cf3a18c26948c8c7a083cac1f8708a01838514  # tags/1.8.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,6 +21,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Our autoconf-archive is too new (AX_CODE_COVERAGE changed API in v28)
+  find -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2018-09-05 Thread Jan Steffens via arch-commits
Date: Wednesday, September 5, 2018 @ 17:43:27
  Author: heftig
Revision: 333500

Id

Modified:
  gspell/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 17:42:35 UTC (rev 333499)
+++ PKGBUILD2018-09-05 17:43:27 UTC (rev 333500)
@@ -1,4 +1,4 @@
-# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Maintainer: Jan de Groot 
 
 pkgname=gspell
@@ -30,6 +30,7 @@
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
+
 package(){
   cd "$pkgname"
   make DESTDIR="$pkgdir" install


Property changes on: gspell/trunk/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property


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

2018-06-16 Thread Jan Steffens via arch-commits
Date: Saturday, June 16, 2018 @ 11:57:54
  Author: heftig
Revision: 327039

1.8.1-1

Modified:
  gspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-16 08:49:36 UTC (rev 327038)
+++ PKGBUILD2018-06-16 11:57:54 UTC (rev 327039)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gspell
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 url="https://wiki.gnome.org/Projects/gspell;
@@ -10,8 +10,8 @@
 license=(GPL2)
 depends=(gtk3 enchant libxml2 iso-codes)
 makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=28cd4947502a430b2b016c8c31c6135f7485489c  # tags/1.8.0^0
-source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
+_commit=ba03499234037861e01ce1e83075e8a32b9790f3  # tags/1.8.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-03-14 Thread Jan Steffens via arch-commits
Date: Wednesday, March 14, 2018 @ 20:26:14
  Author: heftig
Revision: 319103

1.8.0-1

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 20:24:07 UTC (rev 319102)
+++ PKGBUILD2018-03-14 20:26:14 UTC (rev 319103)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gspell
-pkgver=1.7.1
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 url="https://wiki.gnome.org/Projects/gspell;
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(gtk3 enchant libxml2 iso-codes)
 makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=c90b9731ee17fd878c60f35a2e9f889b4340  # tags/1.7.1^0
+_commit=28cd4947502a430b2b016c8c31c6135f7485489c  # tags/1.8.0^0
 source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-01-18 Thread Jan Steffens via arch-commits
Date: Thursday, January 18, 2018 @ 11:40:44
  Author: heftig
Revision: 315072

1.7.1-1: enchant 2.2

Modified:
  gspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 11:40:37 UTC (rev 315071)
+++ PKGBUILD2018-01-18 11:40:44 UTC (rev 315072)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gspell
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 url="https://wiki.gnome.org/Projects/gspell;
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL2)
 depends=(gtk3 enchant libxml2 iso-codes)
 makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=f2823c994b9af57d91e75c54bd1ec68a1dee5767  # tags/1.6.1^0
+_commit=c90b9731ee17fd878c60f35a2e9f889b4340  # tags/1.7.1^0
 source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 11:47:51
  Author: jgc
Revision: 310566

upgpkg: gspell 1.6.1-2

Libical/Enchant rebuild

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 11:41:21 UTC (rev 310565)
+++ PKGBUILD2017-11-22 11:47:51 UTC (rev 310566)
@@ -3,7 +3,7 @@
 
 pkgname=gspell
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 url="https://wiki.gnome.org/Projects/gspell;
 arch=(x86_64)


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

2017-10-29 Thread Jan Steffens
Date: Sunday, October 29, 2017 @ 15:27:45
  Author: heftig
Revision: 308590

1.6.1-1

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-29 14:32:52 UTC (rev 308589)
+++ PKGBUILD2017-10-29 15:27:45 UTC (rev 308590)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: Jan de Groot 
+
 pkgname=gspell
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
-arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Projects/gspell;
-license=('GPL2')
-depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
-makedepends=('intltool' 'gobject-introspection' 'vala' gtk-doc 
autoconf-archive git)
-_commit=db6fab254c6044cc26820144049ef86fb444aec6  # tags/1.6.0^0
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(gtk3 enchant libxml2 iso-codes)
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
+_commit=f2823c994b9af57d91e75c54bd1ec68a1dee5767  # tags/1.6.1^0
 source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-09-17 Thread Jan de Groot
Date: Sunday, September 17, 2017 @ 22:01:39
  Author: jgc
Revision: 305762

upgpkg: gspell 1.6.0-1

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-17 21:55:35 UTC (rev 305761)
+++ PKGBUILD2017-09-17 22:01:39 UTC (rev 305762)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.4.1
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
 makedepends=('intltool' 'gobject-introspection' 'vala' gtk-doc 
autoconf-archive git)
-_commit=55bcf50713b3665935ef2e842d097238dc54e977  # tags/1.4.1^0
+_commit=db6fab254c6044cc26820144049ef86fb444aec6  # tags/1.6.0^0
 source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-04-13 Thread Jan de Groot
Date: Thursday, April 13, 2017 @ 21:14:23
  Author: jgc
Revision: 292836

upgpkg: gspell 1.4.1-1

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 21:14:06 UTC (rev 292835)
+++ PKGBUILD2017-04-13 21:14:23 UTC (rev 292836)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.4.0+4+g79640e6
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
 makedepends=('intltool' 'gobject-introspection' 'vala' gtk-doc 
autoconf-archive git)
-_commit=79640e6673722d5cabd3acb9af9fccb85451ac17  # gspell-1-4
+_commit=55bcf50713b3665935ef2e842d097238dc54e977  # tags/1.4.1^0
 source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-04-05 Thread Jan de Groot
Date: Wednesday, April 5, 2017 @ 10:42:24
  Author: jgc
Revision: 292106

upgpkg: gspell 1.4.0+4+g79640e6-1

Modified:
  gspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 10:29:51 UTC (rev 292105)
+++ PKGBUILD2017-04-05 10:42:24 UTC (rev 292106)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.2.1
+pkgver=1.4.0+4+g79640e6
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@
 license=('GPL2')
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
 makedepends=('intltool' 'gobject-introspection' 'vala' gtk-doc 
autoconf-archive git)
-_commit=2dae972751f00ae8f67948a16f932150c75e0fe9  # tags/1.2.1^0
-source=("git://git.gnome.org/gspell#commit=$_commit")
+_commit=79640e6673722d5cabd3acb9af9fccb85451ac17  # gspell-1-4
+source=("git+https://git.gnome.org/browse/gspell#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2016-11-07 Thread Jan Steffens
Date: Monday, November 7, 2016 @ 18:14:25
  Author: heftig
Revision: 280071

1.2.1-1

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 18:13:32 UTC (rev 280070)
+++ PKGBUILD2016-11-07 18:14:25 UTC (rev 280071)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.2.0+2+g124a69f
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 license=('GPL2')
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
 makedepends=('intltool' 'gobject-introspection' 'vala' gtk-doc 
autoconf-archive git)
-_commit=124a69f276735fdc1f5b6bfb0460529ce62c444e  # master
+_commit=2dae972751f00ae8f67948a16f932150c75e0fe9  # tags/1.2.1^0
 source=("git://git.gnome.org/gspell#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-09-28 Thread Jan de Groot
Date: Wednesday, September 28, 2016 @ 08:28:53
  Author: jgc
Revision: 277228

upgpkg: gspell 1.2.0+2+g124a69f-1

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 07:47:17 UTC (rev 277227)
+++ PKGBUILD2016-09-28 08:28:53 UTC (rev 277228)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.0.3
+pkgver=1.2.0+2+g124a69f
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -8,17 +8,28 @@
 url="https://wiki.gnome.org/Projects/gspell;
 license=('GPL2')
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz)
-sha256sums=('d95905e6c631e34911e8e3feeb364815bf3fd7ccd1dac118a34bcbae70261bd5')
+makedepends=('intltool' 'gobject-introspection' 'vala' gtk-doc 
autoconf-archive git)
+_commit=124a69f276735fdc1f5b6bfb0460529ce62c444e  # master
+source=("git://git.gnome.org/gspell#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
-  ./configure  --prefix=/usr
+  cd "$pkgname"
+  ./configure  --prefix=/usr --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 package(){
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


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

2016-07-14 Thread Jan de Groot
Date: Thursday, July 14, 2016 @ 09:25:16
  Author: jgc
Revision: 271850

upgpkg: gspell 1.0.3-1

Modified:
  gspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-14 09:06:33 UTC (rev 271849)
+++ PKGBUILD2016-07-14 09:25:16 UTC (rev 271850)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@
 license=('GPL2')
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
 makedepends=('intltool' 'gobject-introspection' 'vala')
-source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz;)
-sha256sums=('80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb')
+source=(https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz)
+sha256sums=('d95905e6c631e34911e8e3feeb364815bf3fd7ccd1dac118a34bcbae70261bd5')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:32:51
  Author: heftig
Revision: 269962

1.0.2-1

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-14 20:32:34 UTC (rev 269961)
+++ PKGBUILD2016-06-14 20:32:51 UTC (rev 269962)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz;)
-sha256sums=('22cd0545351801a83c0da8da5baa6755b9032654c1bea95e116458066f7bc71b')
+sha256sums=('80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-04-12 Thread Jan Steffens
Date: Tuesday, April 12, 2016 @ 23:37:10
  Author: heftig
Revision: 264755

Add $Id$

Modified:
  gspell/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 21:36:33 UTC (rev 264754)
+++ PKGBUILD2016-04-12 21:37:10 UTC (rev 264755)
@@ -1,4 +1,4 @@
-# $Id:
+# $Id$
 # Maintainer: Jan de Groot 
 pkgname=gspell
 pkgver=1.0.1


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

2016-04-12 Thread Jan Steffens
Date: Tuesday, April 12, 2016 @ 23:36:33
  Author: heftig
Revision: 264754

1.0.1-1

Modified:
  gspell/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-12 21:34:47 UTC (rev 264753)
+++ PKGBUILD2016-04-12 21:36:33 UTC (rev 264754)
@@ -1,7 +1,7 @@
 # $Id:
 # Maintainer: Jan de Groot 
 pkgname=gspell
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('gtk3' 'enchant' 'libxml2' 'iso-codes')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz;)
-sha256sums=('6a50257c871c318445881c115bdd11bb8da6672f7d5b99e96c2e7b5c00f077da')
+sha256sums=('22cd0545351801a83c0da8da5baa6755b9032654c1bea95e116458066f7bc71b')
 
 build() {
   cd "$pkgname-$pkgver"


Property changes on: gspell/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property