summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-11-16 08:13:56 -0500
committerAndrew Sun2018-11-16 08:13:56 -0500
commit7dcad05469f8d17dc250961744957c4a96224ee3 (patch)
treeb7780fd5547c11ac90831c33f18e7fa625629e15
parent554765a9ce294d4ba42f8e4e73f34e37b881d7c3 (diff)
downloadaur-7dcad05469f8d17dc250961744957c4a96224ee3.tar.gz
correct license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2db2f893922d..505bf525c110 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = libfixposix
url = https://github.com/sionescu/libfixposix
arch = i686
arch = x86_64
- license = BSD
+ license = Boost
depends = glibc
source = libfixposix-0.4.3.tar.gz::https://github.com/sionescu/libfixposix/archive/v0.4.3.tar.gz
sha256sums = 78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504
diff --git a/PKGBUILD b/PKGBUILD
index 255201f96f5d..74dbeb4b4252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Thin wrapper over POSIX syscalls'
arch=('i686' 'x86_64')
url="https://github.com/sionescu/libfixposix"
-license=('BSD')
+license=('Boost')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/sionescu/libfixposix/archive/v${pkgver}.tar.gz")
sha256sums=('78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504')