summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuckSoft2021-03-09 14:05:40 +0800
committerDuckSoft2021-03-09 14:05:40 +0800
commitfb342e7c43d5244f7cbcbeda8adddbabbbd5bc0f (patch)
tree57dff1d349bb844b928877208c2e9d152fd22bb0
parent70dcc828bc54a37fb0271c379e23ff62348d6108 (diff)
downloadaur-leaf-git.tar.gz
fix license of the package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b170e46445..bd2c7744de19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = leaf-git
pkgdesc = A lightweight and fast proxy utility tries to include any useful features.
pkgver = 0.2.11.r13.g5b1582f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eycorsican/leaf
arch = x86_64
arch = aarch64
- license = GPL
+ license = custom:Apache-2.0
makedepends = git
makedepends = cargo
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 14525ac9d0bd..dd1e4c4f9a3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: DuckSoft <realducksoft at gmail dot com>
pkgname=leaf-git
pkgver=0.2.11.r13.g5b1582f
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight and fast proxy utility tries to include any useful features."
arch=(x86_64 aarch64)
url="https://github.com/eycorsican/leaf"
-license=('GPL')
+license=('custom:Apache-2.0')
depends=(gcc-libs)
makedepends=(git cargo)
provides=(leaf)