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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Aug 13 06:59:15 UTC 2022


    Date: Saturday, August 13, 2022 @ 06:59:15
  Author: alerque
Revision: 1265856

upgpkg: python-pybcj 1.0.1-1

Modified:
  python-pybcj/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 06:55:52 UTC (rev 1265855)
+++ PKGBUILD	2022-08-13 06:59:15 UTC (rev 1265856)
@@ -3,11 +3,11 @@
 
 pkgname=python-pybcj
 _pyname=${pkgname#python-}
-pkgver=0.6.1
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='BCJ (Branch-Call-Jump) filter for python'
 arch=(x86_64)
-url="https://github.com/miurahr/$_pyname"
+url="https://codeberg.org/miurahr/$_pyname"
 license=(LGPL)
 depends=(python)
 makedepends=(python-{build,installer,wheel}
@@ -16,7 +16,7 @@
               python-hypothesis)
 _archive="$_pyname-$pkgver"
 source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('82c948fd899061af8b8763ad1c1b89aae681abd31bbf493b0d6e9ef50b9aaf00')
+sha256sums=('8b682ed08caabfb7c042d4be083e28ddc692afb1deff5567111f8855071b75c3')
 
 build() {
 	cd "$_archive"



More information about the arch-commits mailing list