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 84fa86fba672..3470b9595c27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dec2bin
url = https://github.com/jahendrie/dec2bin
arch = i686
arch = x86_64
- license = custom:FreeBSD
+ license = FreeBSD
makedepends = gcc
makedepends = make
source = http://www.someplacedumb.net/content/progs/dec2bin/dec2bin-1.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a7699687c60f..ed06790d8299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ epoch=
pkgdesc="Converts binary numbers to decimal integers or ASCII text"
arch=('i686' 'x86_64')
url="https://github.com/jahendrie/dec2bin"
-license=('custom:FreeBSD')
+license=('FreeBSD')
groups=()
depends_x86_64=('glibc')
depends_i686=('lib32-glibc')