summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahendrie2017-11-21 05:30:01 -0900
committerjahendrie2017-11-21 05:30:01 -0900
commitb1e01808d6b86bc866075d4362930cfe3bdf5b06 (patch)
tree2e75177ffba0ac39ef5d56fda01942a2c94ddff6
parentcc8a1f157693f28fb6db991b0dab091c7058b5c5 (diff)
downloadaur-b1e01808d6b86bc866075d4362930cfe3bdf5b06.tar.gz
Fixed PKGBUILD
-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')