summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2024-04-02 01:33:23 -0500
committerHurricanePootis2024-04-02 01:33:23 -0500
commitbf71f251c6a4b158e7a2094e8e53f70e732aa81d (patch)
tree0eb671a5e991124f3de8c249b12db865d34b07b5
parent95f8580baf35141b8c1dfe716a10ea4d3fc60e6d (diff)
downloadaur-udp-over-tcp.tar.gz
Make license SPDX compliant
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b52f3aea48b8..3aea904ffa3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = udp-over-tcp
pkgdesc = Proxy UDP traffic over a TCP stream
pkgver = 0.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mullvad/udp-over-tcp
arch = i686
arch = x86_64
- license = Apache-2.0
- license = MIT
+ license = Apache-2.0 OR MIT
makedepends = git
makedepends = rust
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 5e45747f5f48..0db180f7b5b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=udp-over-tcp
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Proxy UDP traffic over a TCP stream"
arch=('i686' 'x86_64')
url="https://github.com/mullvad/udp-over-tcp"
-license=('Apache-2.0' 'MIT')
+license=('Apache-2.0 OR MIT')
depends=('glibc' 'gcc-libs')
makedepends=('git' 'rust')
source=("https://github.com/mullvad/udp-over-tcp/archive/refs/tags/v$pkgver.tar.gz")