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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 10:05:37
  Author: foutrelis
Revision: 751393

upgpkg: python-xapian 1:1.4.17-3: Python 3.9 rebuild

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 10:05:35 UTC (rev 751392)
+++ PKGBUILD2020-11-12 10:05:37 UTC (rev 751393)
@@ -6,7 +6,7 @@
 pkgname=python-xapian
 _name=xapian-bindings
 pkgver=1.4.17
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 17:20:46
  Author: foutrelis
Revision: 747869

upgpkg: python-xapian 1:1.4.17-2: Python 3.9 rebuild

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 17:18:33 UTC (rev 747868)
+++ PKGBUILD2020-11-09 17:20:46 UTC (rev 747869)
@@ -6,7 +6,7 @@
 pkgname=python-xapian
 _name=xapian-bindings
 pkgver=1.4.17
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')


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

2020-09-01 Thread David Runge via arch-commits
Date: Tuesday, September 1, 2020 @ 11:18:39
  Author: dvzrv
Revision: 695370

upgpkg: python-xapian 1:1.4.17-1: Upgrade to 1.4.17.

Remove unneeded XAPIAN_CONFIG override.
Add all required (library) dependencies in depends.
Add all sodeps in package() and the respective packages to makedepends().
Update maintainer info.

Modified:
  python-xapian/trunk/PKGBUILD

--+
 PKGBUILD |   37 ++---
 1 file changed, 22 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-01 11:18:34 UTC (rev 695369)
+++ PKGBUILD2020-09-01 11:18:39 UTC (rev 695370)
@@ -1,41 +1,48 @@
-# Maintainer: Felix Yan 
-# Contributor: David Runge 
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
 # Contributor: DonVla 
 # Contributor: Hervé Cauwelier 
 
 pkgname=python-xapian
-_realname=xapian-bindings
-pkgver=1.4.16
+_name=xapian-bindings
+pkgver=1.4.17
+pkgrel=1
 epoch=1
-pkgrel=1
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="https://xapian.org/docs/bindings/python/;
 license=('GPL2')
-depends=('python' "xapian-core=$epoch:$pkgver")
-makedepends=('python-sphinx')
-source=("https://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('afdc4379c8dc8381813eefcaf761ea560a23ba6718a54c61874c0d29786b9f49dd548ed3854fee38689c273acebb4637833b8cf5c75d0c2ed05df83384e59113'
+depends=('gcc-libs' 'glibc' 'python' 'zlib')
+makedepends=('libutil-linux' 'python-sphinx' "xapian-core=$epoch:$pkgver")
+source=("https://oligarchy.co.uk/xapian/${pkgver}/${_name}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('9cfd9809b8b13d47a7b50950c19b821d4ae902611eed3972d93cccda82d07d5858e37989bb9de31ede082c2574487e0bcd8c1e5f30f1479d47f4c28200ff76e7'
 'SKIP')
+b2sums=('8c45322725c341f6e6484e0aa8716798aa5b31e5bbc795d0f5c631022c69e96f472b3fd76609116a196431e5b069a710c3ebbfc989de8fb57d5e2d081008b89c'
+'SKIP')
 validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts 

 
 prepare() {
-  cd "${_realname}-${pkgver}"
+  cd "${_name}-${pkgver}"
   autoreconf -vfi
-  export XAPIAN_CONFIG=/usr/bin/xapian-config
 }
 
 build() {
-  cd "${_realname}-${pkgver}"
+  cd "${_name}-${pkgver}"
   ./configure --prefix=/usr \
   --with-python3
   make
 }
 
+check() {
+  cd "${_name}-${pkgver}"
+  make check
+}
+
 package() {
-  cd "${_realname}-${pkgver}"
+  depends+=('libuuid.so' 'libxapian.so')
+  cd "${_name}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${_realname}" \
--vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
+  install -vDm 644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${_name}"
 }
 # vim:set ts=2 sw=2 et:


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

2020-06-09 Thread Felix Yan via arch-commits
Date: Tuesday, June 9, 2020 @ 19:42:38
  Author: felixonmars
Revision: 640881

upgpkg: python-xapian 1:1.4.16-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-09 19:40:32 UTC (rev 640880)
+++ PKGBUILD2020-06-09 19:42:38 UTC (rev 640881)
@@ -5,9 +5,9 @@
 
 pkgname=python-xapian
 _realname=xapian-bindings
-pkgver=1.4.15
+pkgver=1.4.16
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="https://xapian.org/docs/bindings/python/;
@@ -15,7 +15,7 @@
 depends=('python' "xapian-core=$epoch:$pkgver")
 makedepends=('python-sphinx')
 
source=("https://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('dec8a0431c9070fc70d79b67bddc2e0adb10ef5366c4b9d7a135365ea6c6680d2e7682dbfd60c29eca51da48eaa0715509e30b13d5482d5a38bfd0d0156c43f9'
+sha512sums=('afdc4379c8dc8381813eefcaf761ea560a23ba6718a54c61874c0d29786b9f49dd548ed3854fee38689c273acebb4637833b8cf5c75d0c2ed05df83384e59113'
 'SKIP')
 validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts 

 


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

2020-03-16 Thread Balló György via arch-commits
Date: Monday, March 16, 2020 @ 21:06:57
  Author: bgyorgy
Revision: 599868

upgpkg: python-xapian 1:1.4.15-2: Remove python2 support

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-16 21:01:02 UTC (rev 599867)
+++ PKGBUILD2020-03-16 21:06:57 UTC (rev 599868)
@@ -3,17 +3,17 @@
 # Contributor: DonVla 
 # Contributor: Hervé Cauwelier 
 
-pkgbase=python-xapian
-pkgname=('python-xapian' 'python2-xapian')
+pkgname=python-xapian
 _realname=xapian-bindings
 pkgver=1.4.15
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="https://xapian.org/docs/bindings/python/;
 license=('GPL2')
-makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
+depends=('python' "xapian-core=$epoch:$pkgver")
+makedepends=('python-sphinx')
 
source=("https://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
 
sha512sums=('dec8a0431c9070fc70d79b67bddc2e0adb10ef5366c4b9d7a135365ea6c6680d2e7682dbfd60c29eca51da48eaa0715509e30b13d5482d5a38bfd0d0156c43f9'
 'SKIP')
@@ -22,43 +22,20 @@
 prepare() {
   cd "${_realname}-${pkgver}"
   autoreconf -vfi
-  cd ..
-  mv -v "${_realname}-$pkgver" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-$pkgver" "${pkgname[1]}-${pkgver}"
-  cd "${pkgname[1]}-${pkgver}"
-  # fix shebang of examples
-  sed -i '1s/python/python2/' python/docs/examples/*.py
   export XAPIAN_CONFIG=/usr/bin/xapian-config
 }
 
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_realname}-${pkgver}"
   ./configure --prefix=/usr \
   --with-python3
   make
-  cd ../"${pkgname[1]}-${pkgver}"
-  PYTHON2=/usr/bin/python2
-  ./configure --prefix=/usr \
-  --with-python
-  make
 }
 
-package_python-xapian() {
-  pkgdesc="Python 3.x bindings for Xapian"
-  depends=('python' "xapian-core=$epoch:$pkgver")
-  cd "${pkgname[0]}-${pkgver}"
+package() {
+  cd "${_realname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
+  install -t "${pkgdir}/usr/share/doc/${_realname}" \
 -vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
 }
-
-package_python2-xapian() {
-  pkgdesc="Python 2.x bindings for Xapian"
-  depends=('python2' "xapian-core=$epoch:$pkgver")
-  cd "${pkgname[1]}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
--vDm644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO}
-}
-
 # vim:set ts=2 sw=2 et:


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

2020-03-10 Thread Felix Yan via arch-commits
Date: Tuesday, March 10, 2020 @ 13:37:17
  Author: felixonmars
Revision: 593598

upgpkg: python-xapian 1:1.4.15-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 13:36:36 UTC (rev 593597)
+++ PKGBUILD2020-03-10 13:37:17 UTC (rev 593598)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.14
+pkgver=1.4.15
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("https://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('6d35c6c011c6d841254934f4dd59f4a2b842fe826af108e526cde9acbccec67b43517974331b21cbee5e828d0743aa5b9b973a96e1940065fbcfc342b8f23ead'
+sha512sums=('dec8a0431c9070fc70d79b67bddc2e0adb10ef5366c4b9d7a135365ea6c6680d2e7682dbfd60c29eca51da48eaa0715509e30b13d5482d5a38bfd0d0156c43f9'
 'SKIP')
 validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts 

 


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

2019-11-24 Thread Antonio Rojas via arch-commits
Date: Sunday, November 24, 2019 @ 09:53:34
  Author: arojas
Revision: 532901

Update to 1.4.14

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-24 09:51:52 UTC (rev 532900)
+++ PKGBUILD2019-11-24 09:53:34 UTC (rev 532901)
@@ -6,9 +6,9 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.13
+pkgver=1.4.14
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="https://xapian.org/docs/bindings/python/;
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("https://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('20f5f8842e401ba1c1407f336d1a03fa8bc6faa1fcc9533bad1772644ad3ae878a51f10c2f7810f89e3f14683a73c0c089601af548cdf3fbe7feeead4d2d21d9'
+sha512sums=('6d35c6c011c6d841254934f4dd59f4a2b842fe826af108e526cde9acbccec67b43517974331b21cbee5e828d0743aa5b9b973a96e1940065fbcfc342b8f23ead'
 'SKIP')
 validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts 

 


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

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 09:21:30
  Author: felixonmars
Revision: 523865

Python 3.8 rebuild

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 09:21:27 UTC (rev 523864)
+++ PKGBUILD2019-11-04 09:21:30 UTC (rev 523865)
@@ -8,7 +8,7 @@
 _realname=xapian-bindings
 pkgver=1.4.13
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="https://xapian.org/docs/bindings/python/;


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

2019-10-22 Thread Felix Yan via arch-commits
Date: Tuesday, October 22, 2019 @ 09:29:42
  Author: felixonmars
Revision: 518211

upgpkg: python-xapian 1:1.4.13-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-22 09:29:06 UTC (rev 518210)
+++ PKGBUILD2019-10-22 09:29:42 UTC (rev 518211)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.12
+pkgver=1.4.13
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("https://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('08190a70fe2548be50d82192f94158fd5d6839534b5ba7e0fdbcec7e99df29f0be6517603e7a66a474dffef94ea6bd2e6b7a3315717056687c6a205c25908b45'
+sha512sums=('20f5f8842e401ba1c1407f336d1a03fa8bc6faa1fcc9533bad1772644ad3ae878a51f10c2f7810f89e3f14683a73c0c089601af548cdf3fbe7feeead4d2d21d9'
 'SKIP')
 validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts 

 


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

2019-08-12 Thread Felix Yan via arch-commits
Date: Monday, August 12, 2019 @ 08:40:46
  Author: felixonmars
Revision: 498996

upgpkg: python-xapian 1:1.4.12-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-12 08:35:31 UTC (rev 498995)
+++ PKGBUILD2019-08-12 08:40:46 UTC (rev 498996)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.11
+pkgver=1.4.12
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("https://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('326b08b9959143b92e6c10bd9b6b107ce2779e6ef1a3b5570abd07802a5988dd7df4e890d820f7da355f9f9e64df9a3ae08a0664d70d10ba6f876fca3dc44ecd'
+sha512sums=('08190a70fe2548be50d82192f94158fd5d6839534b5ba7e0fdbcec7e99df29f0be6517603e7a66a474dffef94ea6bd2e6b7a3315717056687c6a205c25908b45'
 'SKIP')
 validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts 

 


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

2019-04-26 Thread Antonio Rojas via arch-commits
Date: Friday, April 26, 2019 @ 22:07:09
  Author: arojas
Revision: 454366

https, pgp

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 22:03:37 UTC (rev 454365)
+++ PKGBUILD2019-04-26 22:07:09 UTC (rev 454366)
@@ -14,8 +14,10 @@
 url="https://xapian.org/docs/bindings/python/;
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
-source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('326b08b9959143b92e6c10bd9b6b107ce2779e6ef1a3b5570abd07802a5988dd7df4e890d820f7da355f9f9e64df9a3ae08a0664d70d10ba6f876fca3dc44ecd')
+source=("https://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('326b08b9959143b92e6c10bd9b6b107ce2779e6ef1a3b5570abd07802a5988dd7df4e890d820f7da355f9f9e64df9a3ae08a0664d70d10ba6f876fca3dc44ecd'
+'SKIP')
+validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts 

 
 prepare() {
   cd "${_realname}-${pkgver}"


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Friday, March 15, 2019 @ 07:48:32
  Author: felixonmars
Revision: 441809

upgpkg: python-xapian 1:1.4.11-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 07:46:10 UTC (rev 441808)
+++ PKGBUILD2019-03-15 07:48:32 UTC (rev 441809)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.10
+pkgver=1.4.11
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('e993c33820f7606e17ee6ff5a13bdcb91beceec6a8443298ff06a3160052e96caff3aca30908c68a8a695429ec51189a86404b69c5525e5770741637cc63bbc1')
+sha512sums=('326b08b9959143b92e6c10bd9b6b107ce2779e6ef1a3b5570abd07802a5988dd7df4e890d820f7da355f9f9e64df9a3ae08a0664d70d10ba6f876fca3dc44ecd')
 
 prepare() {
   cd "${_realname}-${pkgver}"


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

2019-02-13 Thread Felix Yan via arch-commits
Date: Wednesday, February 13, 2019 @ 17:44:14
  Author: felixonmars
Revision: 432084

upgpkg: python-xapian 1:1.4.10-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-13 17:44:07 UTC (rev 432083)
+++ PKGBUILD2019-02-13 17:44:14 UTC (rev 432084)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.9
+pkgver=1.4.10
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('cddc6cedfd571d565619ade0a4c9bfee8d688ca3d06d77368c8d673d3c9d1296b652122836debc84a4d54724c2bf0639a009396bf587ed4b8901a6bfe508851d')
+sha512sums=('e993c33820f7606e17ee6ff5a13bdcb91beceec6a8443298ff06a3160052e96caff3aca30908c68a8a695429ec51189a86404b69c5525e5770741637cc63bbc1')
 
 prepare() {
   cd "${_realname}-${pkgver}"


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

2018-11-08 Thread Felix Yan via arch-commits
Date: Thursday, November 8, 2018 @ 13:14:44
  Author: felixonmars
Revision: 404037

upgpkg: python-xapian 1:1.4.9-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-08 13:14:29 UTC (rev 404036)
+++ PKGBUILD2018-11-08 13:14:44 UTC (rev 404037)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.8
+pkgver=1.4.9
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('f979c32b096ecdc7a71b2bd032c6d0e7131f3d304e47e44005989ca79ea1f940c39626c60a8e52ff3cdb2cb380aa5ddf82a99bae08e06629c0bd47d8e0bfa7cc')
+sha512sums=('cddc6cedfd571d565619ade0a4c9bfee8d688ca3d06d77368c8d673d3c9d1296b652122836debc84a4d54724c2bf0639a009396bf587ed4b8901a6bfe508851d')
 
 prepare() {
   cd "${_realname}-${pkgver}"


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

2018-10-28 Thread Felix Yan via arch-commits
Date: Sunday, October 28, 2018 @ 20:45:19
  Author: felixonmars
Revision: 399340

upgpkg: python-xapian 1:1.4.8-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-28 20:36:07 UTC (rev 399339)
+++ PKGBUILD2018-10-28 20:45:19 UTC (rev 399340)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.7
+pkgver=1.4.8
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('c904cd3abf19d68495b0487ea77265fdc92a3cd8b1c2437b89034efd349ce41198bbc4abca49f259f71a1ba0fd269b2cf9b6dd4c1607678a73cbed4de9c5a1d5')
+sha512sums=('f979c32b096ecdc7a71b2bd032c6d0e7131f3d304e47e44005989ca79ea1f940c39626c60a8e52ff3cdb2cb380aa5ddf82a99bae08e06629c0bd47d8e0bfa7cc')
 
 prepare() {
   cd "${_realname}-${pkgver}"


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

2018-08-14 Thread Felix Yan via arch-commits
Date: Tuesday, August 14, 2018 @ 07:47:36
  Author: felixonmars
Revision: 371358

upgpkg: python-xapian 1:1.4.7-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-14 07:43:55 UTC (rev 371357)
+++ PKGBUILD2018-08-14 07:47:36 UTC (rev 371358)
@@ -7,9 +7,9 @@
 pkgbase=python-xapian
 pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.6
+pkgver=1.4.7
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="https://xapian.org/docs/bindings/python/;
@@ -16,7 +16,7 @@
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('e1d8d4c79ef8eb1b890be955b14eca7e9c7aafc6051cf9080d67948455f82ed68ab518343f532cde2a1c9e07d94b3aae8b8f5130db158c6badc9b6d118ceb733')
+sha512sums=('c904cd3abf19d68495b0487ea77265fdc92a3cd8b1c2437b89034efd349ce41198bbc4abca49f259f71a1ba0fd269b2cf9b6dd4c1607678a73cbed4de9c5a1d5')
 
 prepare() {
   cd "${_realname}-${pkgver}"


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

2018-07-08 Thread Felix Yan via arch-commits
Date: Sunday, July 8, 2018 @ 17:09:09
  Author: felixonmars
Revision: 355112

upgpkg: python-xapian 1:1.4.6-2

Python 3.7 rebuild

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 17:07:55 UTC (rev 355111)
+++ PKGBUILD2018-07-08 17:09:09 UTC (rev 355112)
@@ -9,7 +9,7 @@
 _realname=xapian-bindings
 pkgver=1.4.6
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="https://xapian.org/docs/bindings/python/;


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 17:47:22
  Author: foutrelis
Revision: 348699

Python 3.7 rebuild

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 17:47:07 UTC (rev 348698)
+++ PKGBUILD2018-06-30 17:47:22 UTC (rev 348699)
@@ -9,7 +9,7 @@
 _realname=xapian-bindings
 pkgver=1.4.5
 epoch=1
-pkgrel=4
+pkgrel=5
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="https://xapian.org/docs/bindings/python/;


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

2018-03-07 Thread David Runge via arch-commits
Date: Wednesday, March 7, 2018 @ 09:51:52
  Author: dvzrv
Revision: 303578

upgpkg: python-xapian 1:1.4.5-4

Updating url. Adding contributions.

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-07 09:51:12 UTC (rev 303577)
+++ PKGBUILD2018-03-07 09:51:52 UTC (rev 303578)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Contributor: David Runge 
 # Contributor: DonVla 
 # Contributor: Hervé Cauwelier 
 
@@ -8,10 +9,10 @@
 _realname=xapian-bindings
 pkgver=1.4.5
 epoch=1
-pkgrel=3
+pkgrel=4
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
-url="http://xapian.org/docs/bindings/python/;
+url="https://xapian.org/docs/bindings/python/;
 license=('GPL2')
 makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;


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

2018-02-05 Thread David Runge via arch-commits
Date: Monday, February 5, 2018 @ 22:19:32
  Author: dvzrv
Revision: 289304

upgpkg: python-xapian 1:1.4.5-2

Adding python-xapian in split package.

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 19:03:42 UTC (rev 289303)
+++ PKGBUILD2018-02-05 22:19:32 UTC (rev 289304)
@@ -4,31 +4,48 @@
 # Contributor: Hervé Cauwelier 
 
 pkgbase=python-xapian
-pkgname=('python2-xapian')
+pkgname=('python-xapian' 'python2-xapian')
 _realname=xapian-bindings
 pkgver=1.4.5
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for Xapian"
 arch=('x86_64')
 url="http://xapian.org/docs/bindings/python/;
 license=('GPL')
-makedepends=('python2-sphinx' "xapian-core=$epoch:$pkgver")
+makedepends=('python-sphinx' 'python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
 
sha512sums=('e39ece495e25077990db3d06554306567c52c6f45ad55a65005cb97e18086ee18947e41d0d612157b891b61e015881385bcb082a03aa0c6452565e90d09e8275')
 
+prepare() {
+  mv -v "${_realname}-$pkgver" "${pkgname[0]}-${pkgver}"
+  cp -av "${pkgname[0]}-$pkgver" "${pkgname[1]}-${pkgver}"
+  cd "${pkgname[1]}-${pkgver}"
+  # fix shebang of examples
+  sed -i '1s/python/python2/' python/docs/examples/*.py
+}
+
 build() {
-  cd "$srcdir/${_realname}-$pkgver"
+  cd "${pkgname[0]}-${pkgver}"
   ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+--prefix=/usr --with-python3
+  make
+  cd ../"${pkgname[1]}-${pkgver}"
+  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
 --prefix=/usr --with-python \
 PYTHON=/usr/bin/python2
   make
 }
 
+package_python-xapian() {
+  depends=('python' "xapian-core=$epoch:$pkgver")
+  cd "${pkgname[0]}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
 package_python2-xapian() {
   depends=('python2' "xapian-core=$epoch:$pkgver")
-
-  cd ${_realname}-$pkgver
+  cd "${pkgname[1]}-${pkgver}"
   make DESTDIR="$pkgdir" install
 }
 


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

2018-01-03 Thread Felix Yan via arch-commits
Date: Wednesday, January 3, 2018 @ 17:50:35
  Author: felixonmars
Revision: 278343

upgpkg: python-xapian 1:1.4.5-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-03 17:47:18 UTC (rev 278342)
+++ PKGBUILD2018-01-03 17:50:35 UTC (rev 278343)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.4
+pkgver=1.4.5
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL')
 makedepends=('python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('006e771b3ea654130b4f76f1a1caee576fd5a3fa6317ca44f1e5483671e8c83073ecbde4f3fc7f84c75590eec53acb59701af4cf9bcd72355ed9d53924492b53')
+sha512sums=('e39ece495e25077990db3d06554306567c52c6f45ad55a65005cb97e18086ee18947e41d0d612157b891b61e015881385bcb082a03aa0c6452565e90d09e8275')
 
 build() {
   cd "$srcdir/${_realname}-$pkgver"


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

2017-07-11 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 07:59:55
  Author: felixonmars
Revision: 243988

upgpkg: python-xapian 1:1.4.4-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 07:59:43 UTC (rev 243987)
+++ PKGBUILD2017-07-11 07:59:55 UTC (rev 243988)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.4.2
+pkgver=1.4.4
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL')
 makedepends=('python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('28e1d060853f7992c4c0fc8ef63377bc86f41e972ea9ef45e31b083b85db5191993a8021be3581805ccc0df3fae8e8c0a50a1cf0a6fcf3959328a90155df9207')
+sha512sums=('006e771b3ea654130b4f76f1a1caee576fd5a3fa6317ca44f1e5483671e8c83073ecbde4f3fc7f84c75590eec53acb59701af4cf9bcd72355ed9d53924492b53')
 
 build() {
   cd "$srcdir/${_realname}-$pkgver"


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

2017-01-02 Thread Felix Yan
Date: Monday, January 2, 2017 @ 08:03:02
  Author: felixonmars
Revision: 204173

upgpkg: python-xapian 1:1.4.2-1

rebuild with xapian-1.4

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-02 08:02:35 UTC (rev 204172)
+++ PKGBUILD2017-01-02 08:03:02 UTC (rev 204173)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.2.24
+pkgver=1.4.2
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -13,9 +13,9 @@
 arch=('i686' 'x86_64')
 url="http://xapian.org/docs/bindings/python/;
 license=('GPL')
-makedepends=('python' 'python2' "xapian-core=$epoch:$pkgver")
+makedepends=('python2-sphinx' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('aaedac02ec9fb192ef8b45b07bef5584bc60aff7068c2e3fa0008430ed8296a653780cad04176431d81fe014802df333a3090469dce63204923eead15e6bbaef')
+sha512sums=('28e1d060853f7992c4c0fc8ef63377bc86f41e972ea9ef45e31b083b85db5191993a8021be3581805ccc0df3fae8e8c0a50a1cf0a6fcf3959328a90155df9207')
 
 build() {
   cd "$srcdir/${_realname}-$pkgver"


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

2016-10-21 Thread Felix Yan
Date: Friday, October 21, 2016 @ 06:14:17
  Author: felixonmars
Revision: 192768

upgpkg: python-xapian 1:1.2.24-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 06:13:52 UTC (rev 192767)
+++ PKGBUILD2016-10-21 06:14:17 UTC (rev 192768)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.2.23
+pkgver=1.2.24
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL')
 makedepends=('python' 'python2' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('4be9d103a4073a08d2481e9ddc347156d4028a1517f313861ad3664e6103e052dc1a0d07a992da3ca02599505c002d09d77c4fd886c144918aab72977e69994c')
+sha512sums=('aaedac02ec9fb192ef8b45b07bef5584bc60aff7068c2e3fa0008430ed8296a653780cad04176431d81fe014802df333a3090469dce63204923eead15e6bbaef')
 
 build() {
   cd "$srcdir/${_realname}-$pkgver"


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

2016-04-27 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 20:40:48
  Author: fyan
Revision: 172148

upgpkg: python-xapian 1:1.2.23-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 18:40:45 UTC (rev 172147)
+++ PKGBUILD2016-04-27 18:40:48 UTC (rev 172148)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.2.22
+pkgver=1.2.23
 epoch=1
 pkgrel=1
 pkgdesc="Python bindings for Xapian"
@@ -15,7 +15,7 @@
 license=('GPL')
 makedepends=('python' 'python2' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('0eec204ebb92f1230b9dbd080ad2b56ea5fa8e6170eb4354556e5790c7a7da7ba4c8475aaf86fb8f10f102a461d91590184271220626315f55c0631e73e122e0')
+sha512sums=('4be9d103a4073a08d2481e9ddc347156d4028a1517f313861ad3664e6103e052dc1a0d07a992da3ca02599505c002d09d77c4fd886c144918aab72977e69994c')
 
 build() {
   cd "$srcdir/${_realname}-$pkgver"


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

2016-01-04 Thread Felix Yan
Date: Tuesday, January 5, 2016 @ 04:21:50
  Author: fyan
Revision: 155507

upgpkg: python-xapian 1:1.2.22-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 23:39:24 UTC (rev 155506)
+++ PKGBUILD2016-01-05 03:21:50 UTC (rev 155507)
@@ -6,9 +6,9 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.2.21
+pkgver=1.2.22
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc="Python bindings for Xapian"
 arch=('i686' 'x86_64')
 url="http://xapian.org/docs/bindings/python/;
@@ -15,7 +15,7 @@
 license=('GPL')
 makedepends=('python' 'python2' "xapian-core=$epoch:$pkgver")
 
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('bebb4c6fce57f9b54b307bf921e760efe8fbd06d404629cfb80717eed9bfb886c82559c2ba2b333a4e24ce14d389c916ca36924f9d4b2f72fae183d4a00e635b')
+sha512sums=('0eec204ebb92f1230b9dbd080ad2b56ea5fa8e6170eb4354556e5790c7a7da7ba4c8475aaf86fb8f10f102a461d91590184271220626315f55c0631e73e122e0')
 
 build() {
   cd "$srcdir/${_realname}-$pkgver"


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

2015-12-05 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 03:04:45
  Author: foutrelis
Revision: 148754

C++11 ABI rebuild

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 02:03:52 UTC (rev 148753)
+++ PKGBUILD2015-12-06 02:04:45 UTC (rev 148754)
@@ -8,7 +8,7 @@
 _realname=xapian-bindings
 pkgver=1.2.21
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for Xapian"
 arch=('i686' 'x86_64')
 url="http://xapian.org/docs/bindings/python/;


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

2015-07-07 Thread Felix Yan
Date: Wednesday, July 8, 2015 @ 06:05:58
  Author: fyan
Revision: 136546

upgpkg: python-xapian 1:1.2.21-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-08 00:06:33 UTC (rev 136545)
+++ PKGBUILD2015-07-08 04:05:58 UTC (rev 136546)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.2.20
+pkgver=1.2.21
 epoch=1
 pkgrel=1
 pkgdesc=Python bindings for Xapian
@@ -15,7 +15,7 @@
 license=('GPL')
 makedepends=('python' 'python2' xapian-core=$epoch:$pkgver)
 
source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('4797431974442b210bb637e1d307a8c7eafb5f60093aee9d86223bacec7f828bd3d30c2d159d34cc160208cd016be3822acd19f1be9159af8f8871d83e7ec688')
+sha512sums=('bebb4c6fce57f9b54b307bf921e760efe8fbd06d404629cfb80717eed9bfb886c82559c2ba2b333a4e24ce14d389c916ca36924f9d4b2f72fae183d4a00e635b')
 
 build() {
   cd $srcdir/${_realname}-$pkgver


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

2015-03-05 Thread Felix Yan
Date: Thursday, March 5, 2015 @ 14:46:25
  Author: fyan
Revision: 128764

upgpkg: python-xapian 1:1.2.20-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-05 13:24:27 UTC (rev 128763)
+++ PKGBUILD2015-03-05 13:46:25 UTC (rev 128764)
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.2.19
+pkgver=1.2.20
 epoch=1
 pkgrel=1
 pkgdesc=Python bindings for Xapian
@@ -15,7 +15,7 @@
 license=('GPL')
 makedepends=('python' 'python2' xapian-core=$epoch:$pkgver)
 
source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
-sha512sums=('ac72ec35ae3b767e04e848a9782b41d74e99b6b1f795d5096373911ff549b3bf2e602a91ed0e5f7dce2e43e1dd308af710719e5a80c6a179393aac4af316de30')
+sha512sums=('4797431974442b210bb637e1d307a8c7eafb5f60093aee9d86223bacec7f828bd3d30c2d159d34cc160208cd016be3822acd19f1be9159af8f8871d83e7ec688')
 
 build() {
   cd $srcdir/${_realname}-$pkgver


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

2014-12-05 Thread Felix Yan
Date: Saturday, December 6, 2014 @ 03:15:14
  Author: fyan
Revision: 123515

upgpkg: python-xapian 1:1.2.19-1

Modified:
  python-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-05 20:02:40 UTC (rev 123514)
+++ PKGBUILD2014-12-06 02:15:14 UTC (rev 123515)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: DonVla donvla/users.sourceforge/net
 # Contributor: Hervé Cauwelier herve/oursours/net
 
@@ -6,7 +6,7 @@
 pkgbase=python-xapian
 pkgname=('python2-xapian')
 _realname=xapian-bindings
-pkgver=1.2.18
+pkgver=1.2.19
 epoch=1
 pkgrel=1
 pkgdesc=Python bindings for Xapian
@@ -15,6 +15,7 @@
 license=('GPL')
 makedepends=('python' 'python2' xapian-core=$epoch:$pkgver)
 
source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz;)
+sha512sums=('ac72ec35ae3b767e04e848a9782b41d74e99b6b1f795d5096373911ff549b3bf2e602a91ed0e5f7dce2e43e1dd308af710719e5a80c6a179393aac4af316de30')
 
 build() {
   cd $srcdir/${_realname}-$pkgver
@@ -32,4 +33,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('c0c417130bfaa3f059a003cacaa129662b216704d2f4bdfd997e1d2c0d74a77385f9f79b6ed5e3fb63b5217f78ebd43826fbee9c00f81264089728a02cffbd30')