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

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 1 07:48:38 UTC 2022


    Date: Monday, August 1, 2022 @ 07:48:37
  Author: arojas
Revision: 1259592

upgpkg: python-adblock 0.6.0-1: Update to 0.6.0, drop unused dephell dependency

Modified:
  python-adblock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-01 07:41:29 UTC (rev 1259591)
+++ PKGBUILD	2022-08-01 07:48:37 UTC (rev 1259592)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
 
 pkgname=python-adblock
-pkgver=0.5.2
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="Brave's adblock library in Python"
 arch=("x86_64")
@@ -8,10 +8,10 @@
 url="https://github.com/ArniDagur/python-adblock"
 license=("MIT")
 depends=()
-makedepends=("python-setuptools" "python-dephell" "rust" "maturin")
-checkdepends=("python-pytest")
+makedepends=("python-setuptools" "rust" "maturin")
+checkdepends=("python-pytest" "python-pip" "python-toml")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ArniDagur/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('ac2fc8646e544c1354e5863a39fe749e3e89c27b4c3d71354b65f45e00ffc421')
+sha256sums=('cdde5db640f1d9205785641665b79e6edb7c51092a68536bc4907560c71136b2')
 
 build() {
     cd $pkgname-$pkgver



More information about the arch-commits mailing list