summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTwann2021-08-02 13:45:57 +0200
committerTwann2021-08-02 13:45:57 +0200
commit10b030232c0221a6456228e2ddb502fedce252b0 (patch)
treeeca6a17b42ca3e891bfd14a972d20a95d5d4ff63
parentf4788768771a30f05a27b595fe8dc088fc5e251c (diff)
downloadaur-10b030232c0221a6456228e2ddb502fedce252b0.tar.gz
released version 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c30731718843..77506312a5eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tblock
- pkgdesc = An anticapitalist ad-blocker that uses the hosts file
- pkgver = 1.2.0
+ pkgdesc = An anti-capitalist ad-blocker that uses the hosts file
+ pkgver = 1.3.0
pkgrel = 1
url = https://tblock.codeberg.page
arch = any
@@ -15,7 +15,7 @@ pkgbase = tblock
depends = python-requests
depends = python-colorama
provides = tblock
- source = tblock-1.2.0.tar.gz::https://codeberg.org/tblock/tblock/archive/1.2.0.tar.gz
- sha512sums = c9ecbfa8c124c269e9ae26298abff7083a5317932a34422391a3081af7e36a97a50bdfdac5b2eb7255eb2f394e8ae0a2103845b27fc5dfacc61e295c202d7393
+ source = tblock-1.3.0.tar.gz::https://codeberg.org/tblock/tblock/archive/1.3.0.tar.gz
+ sha512sums = acaf8de734902c3478906c711a9f3154f601ae1d8ad5ebfdb04112c3b996a3dbda89ad5365be3539f4199d8e29e7a2c19081cfbbe31e694ec0edc43a002a6f56
pkgname = tblock
diff --git a/PKGBUILD b/PKGBUILD
index f4ca99318514..ec8d79f460ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Twann <twann@ctemplar.com>
pkgname=tblock
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
provides=("$pkgname")
-pkgdesc="An anticapitalist ad-blocker that uses the hosts file"
+pkgdesc="An anti-capitalist ad-blocker that uses the hosts file"
url="https://tblock.codeberg.page"
arch=("any")
license=("GPL3")
makedepends=("make" "pandoc" "gzip" "python>=3" "python-setuptools")
depends=("python>=3" "python-urllib3" "python-requests" "python-colorama")
source=("${pkgname}-${pkgver}.tar.gz::https://codeberg.org/tblock/tblock/archive/${pkgver}.tar.gz")
-sha512sums=("c9ecbfa8c124c269e9ae26298abff7083a5317932a34422391a3081af7e36a97a50bdfdac5b2eb7255eb2f394e8ae0a2103845b27fc5dfacc61e295c202d7393")
+sha512sums=("acaf8de734902c3478906c711a9f3154f601ae1d8ad5ebfdb04112c3b996a3dbda89ad5365be3539f4199d8e29e7a2c19081cfbbe31e694ec0edc43a002a6f56")
build()
{