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

Konstantin Gizdov kgizdov at archlinux.org
Mon Jan 25 10:25:11 UTC 2021


    Date: Monday, January 25, 2021 @ 10:25:11
  Author: kgizdov
Revision: 829435

upgpkg: python-pybtex 0.24.0-1

Modified:
  python-pybtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 09:50:07 UTC (rev 829434)
+++ PKGBUILD	2021-01-25 10:25:11 UTC (rev 829435)
@@ -1,8 +1,9 @@
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
 # Contributor: Immae
 
 pkgname=python-pybtex
-pkgver=0.23.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="A BibTeX-compatible bibliography processor written in Python"
 arch=("any")
@@ -9,10 +10,11 @@
 url="https://pybtex.org"
 license=("GPL")
 # Overridden in package_* functions
+makedepends=('python-setuptools')
 depends=('python' 'python-setuptools' 'python-six' 'python-yaml' 'python-latexcodec')
 checkdepends=('python-pytest')
 source=("https://pypi.io/packages/source/p/pybtex/pybtex-$pkgver.tar.gz")
-sha256sums=('b92be18ccd5e9a37895949dcf359a1f6890246b73646dddf1129178ee12e4bef')
+sha256sums=('818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755')
 
 build() {
   cd "$srcdir/pybtex-$pkgver"



More information about the arch-commits mailing list