summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTwann2022-07-22 13:42:36 +0200
committerTwann2022-07-22 13:42:36 +0200
commit5a0c5b52952d4048a78e5232aa5b45b4be851d79 (patch)
tree2e3ef58a127d17ce567d92dc444bf2fbd2b543b9
parent59e122c83f39a4a0f5f14f14251c07d3043ad434 (diff)
downloadaur-5a0c5b52952d4048a78e5232aa5b45b4be851d79.tar.gz
tblock 2.2.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c69b33f7f33..3a85503055b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = tblock
pkgdesc = An anti-capitalist ad-blocker that uses the hosts file
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://tblock.codeberg.page
arch = any
license = GPL3
makedepends = make
- makedepends = pandoc
makedepends = gzip
makedepends = python>=3
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 200f395fe20c..e86c8db6645f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tblock
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
provides=("$pkgname")
pkgdesc="An anti-capitalist ad-blocker that uses the hosts file"
url="https://tblock.codeberg.page"
@@ -10,7 +10,6 @@ arch=("any")
license=("GPL3")
makedepends=(
"make"
- "pandoc"
"gzip"
"python>=3"
"python-setuptools"