summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTwann2023-07-20 14:18:40 +0200
committerTwann2023-07-20 14:18:40 +0200
commit7c10f7f4a8eda764c94d3daa3cc31506adc5182c (patch)
tree2a242a6af57da5d069ddae7211387fc766c0d3cd
parent20ec2f608f59c89bb74c6b8aace004cd00ca57e6 (diff)
downloadaur-7c10f7f4a8eda764c94d3daa3cc31506adc5182c.tar.gz
tblock 2.7.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 21 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c53f786e946..dcee11fe7665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = tblock
pkgdesc = An anti-capitalist ad-blocker that uses the hosts file
- pkgver = 2.6.1
+ pkgver = 2.7.0
pkgrel = 2
- url = https://tblock.codeberg.page
+ url = https://tblock.me
+ install = tblock.install
arch = any
license = GPL3
makedepends = make
@@ -15,9 +16,14 @@ pkgbase = tblock
depends = python-urllib3
depends = python-requests
depends = python-colorama
+ optdepends = tblock-gui: graphical interface support
+ optdepends = systemd: automatic updates support for Arch Linux
+ optdepends = openrc: automatic updates support for OpenRC systems
+ optdepends = runit: automatic updates support for runit systems
+ optdepends = dinit: automatic updates support for dinit systems
provides = tblock
backup = etc/tblock.conf
- source = tblock-2.6.1.tar.gz::https://codeberg.org/tblock/tblock/archive/2.6.1.tar.gz
- sha512sums = bebc8719086f9074e2e8098f911a31e30de9133f5ad66e502883d002a7365172ab266bc3ea6e1868ba0803a4a92bf8536e79f6f7dd13252f6f1e35d9b21cefc1
+ source = tblock-2.7.0.tar.gz::https://codeberg.org/tblock/tblock/archive/2.7.0.tar.gz
+ sha512sums = 53599dafb4f36bca64407e37730ba217842dc6ec2c25209129e3fbd0177307b84073885a301633d74f08c37c45d0033ad7776bda8f2df10f874de9220fddf904
pkgname = tblock
diff --git a/PKGBUILD b/PKGBUILD
index 66ae842dec9e..9529b7bb6d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Twann <tw4nn at disroot.org>
pkgname=tblock
-pkgver=2.6.1
+pkgver=2.7.0
pkgrel=2
provides=("$pkgname")
pkgdesc="An anti-capitalist ad-blocker that uses the hosts file"
-url="https://tblock.codeberg.page"
+url="https://tblock.me"
arch=("any")
license=("GPL3")
+install="$pkgname.install"
makedepends=(
"make"
"gzip"
@@ -22,11 +23,18 @@ depends=(
"python-requests"
"python-colorama"
)
+optdepends=(
+ "tblock-gui: graphical interface support"
+ "systemd: automatic updates support for Arch Linux"
+ "openrc: automatic updates support for OpenRC systems"
+ "runit: automatic updates support for runit systems"
+ "dinit: automatic updates support for dinit systems"
+)
source=(
"${pkgname}-${pkgver}.tar.gz::https://codeberg.org/tblock/tblock/archive/${pkgver}.tar.gz"
)
sha512sums=(
- "bebc8719086f9074e2e8098f911a31e30de9133f5ad66e502883d002a7365172ab266bc3ea6e1868ba0803a4a92bf8536e79f6f7dd13252f6f1e35d9b21cefc1"
+ "53599dafb4f36bca64407e37730ba217842dc6ec2c25209129e3fbd0177307b84073885a301633d74f08c37c45d0033ad7776bda8f2df10f874de9220fddf904"
)
backup=("etc/tblock.conf")