summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTwann2022-07-22 13:44:11 +0200
committerTwann2022-07-22 13:44:11 +0200
commit813e8e29ff1c6a5afd65e1e94268e90298371423 (patch)
tree39158d453c4cee39ab136ac6146ba096526be289
parent5a0c5b52952d4048a78e5232aa5b45b4be851d79 (diff)
downloadaur-813e8e29ff1c6a5afd65e1e94268e90298371423.tar.gz
tblock 2.2.0-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a85503055b8..e4b9c389b668 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = tblock
pkgdesc = An anti-capitalist ad-blocker that uses the hosts file
pkgver = 2.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://tblock.codeberg.page
arch = any
license = GPL3
makedepends = make
makedepends = gzip
makedepends = python>=3
- makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
depends = python-urllib3
depends = python-requests
depends = python-colorama
diff --git a/PKGBUILD b/PKGBUILD
index e86c8db6645f..c2111292a189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tblock
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
provides=("$pkgname")
pkgdesc="An anti-capitalist ad-blocker that uses the hosts file"
url="https://tblock.codeberg.page"
@@ -12,7 +12,8 @@ makedepends=(
"make"
"gzip"
"python>=3"
- "python-setuptools"
+ "python-build"
+ "python-installer"
)
depends=(
"python-urllib3"