PKGBUILD: Changed the url of the project

This commit is contained in:
Tomkoid 2023-02-26 11:31:36 +01:00
parent 34601188ec
commit 0c036421f5
No known key found for this signature in database
GPG key ID: D4403E79602EE85B

View file

@ -2,12 +2,12 @@ pkgname="blokator"
pkgver=0.5.3
pkgrel=1
pkgdesc="Simple system-wide adblocker"
url="https://gitlab.com/Tomkoid/blokator"
url="https://codeberg.org/Tomkoid/blokator"
arch=("x86_64")
makedepends=("cargo" "git" "pkg-config" "openssl")
optdepends=("android-tools: push hosts file to your Android device")
license=("GPL3")
source=("git+https://gitlab.com/Tomkoid/blokator#tag=$pkgver")
source=("git+https://codeberg.org/Tomkoid/blokator#tag=$pkgver")
sha512sums=("SKIP")
build() {