summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorabsrdspc2024-05-09 17:20:34 +0300
committerabsrdspc2024-05-09 17:20:34 +0300
commitb9533cc36b41430846dcf76c3a42ab382d1e8ab4 (patch)
tree8e991dadda22806266c4670e63659282f8c50ad0 /PKGBUILD
parent3ddd49254824eb525a14711bc25a856edf487cb6 (diff)
downloadaur-unbuffered.tar.gz
update custom license prefix to SPDX
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df7f55219bdf..9a4c98f53564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Copy stdin to stdout and stderr, unbuffered"
arch=('i686' 'x86_64')
url="http://www.scylla-charybdis.com/tool.php/${pkgname}"
-license=('custom:CLL')
+license=('LicenseRef-CLL')
makedepends=('git')
depends=('glibc')
source=(${pkgname}-${pkgver}::"git+https://github.com/hilbix/unbuffered.git#tag=unbuffered-${pkgver}")