fix: update PKGBUILD URL to mohamad/doh-forwarder repo

This commit is contained in:
2026-07-06 19:24:37 +03:30
parent 4c62b1436a
commit e6ab6fa20d
5 changed files with 484 additions and 77 deletions

View File

@@ -4,12 +4,12 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="A lightweight DNS-over-HTTPS forwarder"
arch=('x86_64')
url="https://gitea.logi.camp/LogiCrew/doh-forwarder"
url="https://git.logicamp.dev/mohamad/doh-forwarder"
license=('MIT')
depends=('gcc-libs')
makedepends=('rust' 'cargo')
backup=('etc/doh-forwarder/config.toml')
source=("$pkgname-$pkgver.tar.gz::https://git.logicamp.dev/LogiCrew/doh-forwarder/archive/v${pkgver}.tar.gz"
source=("$pkgname-$pkgver.tar.gz::https://git.logicamp.dev/mohamad/doh-forwarder/archive/v${pkgver}.tar.gz"
'doh-forwarder.service'
'doh-forwarder.sysusers'
'doh-forwarder.conf')