David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-xapian


Commits:
ab772864 by David Runge at 2023-07-29T10:42:53+02:00
Remove unnecessary quotes and curly braces

- - - - -
267d5230 by David Runge at 2023-07-29T10:44:42+02:00
Use alphabetically sorted bash arrays with one entry per line for better 
handling

- - - - -
25b51746 by David Runge at 2023-07-29T10:46:06+02:00
Do not break long lines.

- - - - -
03f198fb by David Runge at 2023-07-29T10:46:49+02:00
Sort command flags alphabetically.

- - - - -
c8402b34 by David Runge at 2023-07-29T11:05:50+02:00
upgpkg: 1:1.4.23-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -5,44 +5,55 @@
 
 pkgname=python-xapian
 _name=xapian-bindings
-pkgver=1.4.22
-pkgrel=2
+pkgver=1.4.23
+pkgrel=1
 epoch=1
 pkgdesc="Python bindings for Xapian"
-arch=('x86_64')
+arch=(x86_64)
 url="https://xapian.org/docs/bindings/python/";
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'python' 'zlib')
-makedepends=('util-linux-libs' 'python-sphinx' "xapian-core=$epoch:$pkgver")
-source=("https://oligarchy.co.uk/xapian/${pkgver}/${_name}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('0d1b615646d1bdf383e4e32ae152c1493a23ad173232929c8153bb311b3f5b6c6728f29f46f703854c9249ffb35cb620eda1d68cf742c2150f628c19ed55c10f'
+license=(GPL2)
+depends=(
+  gcc-libs
+  glibc
+  python
+  zlib
+)
+makedepends=(
+  util-linux-libs
+  python-sphinx
+  "xapian-core=$epoch:$pkgver"
+)
+source=(https://oligarchy.co.uk/xapian/$pkgver/$_name-$pkgver.tar.xz{,.asc})
+sha512sums=('25ac17baf1f288dedce70b983cba294d4ce100f6f5b607c76f5b697c04f6b08c276a55ccd5b9cc9c429664e1bb86f0fc31d88c72481a9cc951942efdfa9726a2'
             'SKIP')
-b2sums=('49c71ece1a159a21b95ff8b6d30c5786e6fd2d1744f0a2e27427b83a85ebced6106ab57655715f6e2089bc3e56da32d6f2ad3d71303a1b75316c7d1a61f84cd0'
+b2sums=('521563f86d3be88458cee220065cbdbf27633f87535b1702c8c3484860533dc9395060c72582420e32b854601c1ee1eb424e03a9251965215de834f2b130b154'
         'SKIP')
 validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts 
<o...@debian.org>
 
 prepare() {
-  cd "${_name}-${pkgver}"
-  autoreconf -vfi
+  cd $_name-$pkgver
+  autoreconf -fiv
 }
 
 build() {
-  cd "${_name}-${pkgver}"
-  ./configure --prefix=/usr \
-              --with-python3
+  cd $_name-$pkgver
+  ./configure --prefix=/usr --with-python3
   make
 }
 
 check() {
-  cd "${_name}-${pkgver}"
+  cd $_name-$pkgver
   make check
 }
 
 package() {
-  depends+=('libuuid.so' 'libxapian.so')
-  cd "${_name}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -vDm 644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO} \
-    -t "${pkgdir}/usr/share/doc/${_name}"
+  depends+=(
+    util-linux-libs libuuid.so
+    xapian-core libxapian.so
+  )
+
+  cd $_name-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {AUTHORS,ChangeLog,HACKING,NEWS,README,TODO} -t 
"$pkgdir/usr/share/doc/$_name"
 }
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-xapian/-/compare/c9bff0ef69b49de2df03bb23b5c9c0fa9b8fb78c...c8402b34da5d71a381826e70592799ad55723c45

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-xapian/-/compare/c9bff0ef69b49de2df03bb23b5c9c0fa9b8fb78c...c8402b34da5d71a381826e70592799ad55723c45
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to