summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 333a65d0641a..67f40be29098 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = unbuffered
url = http://www.scylla-charybdis.com/tool.php/unbuffered
arch = i686
arch = x86_64
- license = custom:CLL
+ license = LicenseRef-CLL
makedepends = git
depends = glibc
source = unbuffered-2.2.0::git+https://github.com/hilbix/unbuffered.git#tag=unbuffered-2.2.0
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}")