summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDuckSoft2021-03-09 14:05:40 +0800
committerDuckSoft2021-03-09 14:05:40 +0800
commitfb342e7c43d5244f7cbcbeda8adddbabbbd5bc0f (patch)
tree57dff1d349bb844b928877208c2e9d152fd22bb0 /PKGBUILD
parent70dcc828bc54a37fb0271c379e23ff62348d6108 (diff)
downloadaur-leaf-git.tar.gz
fix license of the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)