summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-03-21 11:01:24 +0530
committertxtsd2024-03-21 11:01:24 +0530
commit115b18152f44e013f75639537a5bdf599e8a7363 (patch)
tree4bac928e2d33473432b24a054663b02a50c9e114
parent94f91e2e5767b3bc5716b5e3b9098a0a446ca2d7 (diff)
downloadaur-115b18152f44e013f75639537a5bdf599e8a7363.tar.gz
upgpkg: dpitunnel-git 1.0.0.r0.g4d2e735-2
Add architectures Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8af3667045c..fdf4f65aa847 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
pkgbase = dpitunnel-git
pkgdesc = Free, simple and serverless solution against censorship for Linux PCs and routers
pkgver = 1.0.0.r0.g4d2e735
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/txtsd/DPITunnel
arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = aarch64
license = GPL-3.0-or-later
makedepends = git
makedepends = cpp-httplib
diff --git a/PKGBUILD b/PKGBUILD
index a467e967c0f1..5292ca03fdc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=dpitunnel-git
_pkgname=${pkgname/-git}
__pkgname=DPITunnel
pkgver=1.0.0.r0.g4d2e735
-pkgrel=1
+pkgrel=2
pkgdesc="Free, simple and serverless solution against censorship for Linux PCs and routers"
-arch=('x86_64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/txtsd/DPITunnel"
license=('GPL-3.0-or-later')
depends=('libnl' 'gcc-libs' 'zlib' 'openssl' 'glibc' 'brotli')