diff --git a/python-socketfromfd/.SRCINFO b/python-socketfromfd/.SRCINFO index f488eb8..b0ca3fb 100644 --- a/python-socketfromfd/.SRCINFO +++ b/python-socketfromfd/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = python-socketfromfd pkgrel = 2 url = https://github.com/tiran/socketfromfd arch = any - license = Apache + license = Apache-2.0 checkdepends = python-pytest makedepends = python-build makedepends = python-installer diff --git a/python-socketfromfd/PKGBUILD b/python-socketfromfd/PKGBUILD index 07895a2..eac1555 100644 --- a/python-socketfromfd/PKGBUILD +++ b/python-socketfromfd/PKGBUILD @@ -4,14 +4,14 @@ pkgname=python-socketfromfd _name=${pkgname#python-} pkgver=0.2.0 pkgrel=2 -pkgdesc="socket.fromfd() with auto-detection of family and type" +pkgdesc='socket.fromfd() with auto-detection of family and type' arch=(any) -url="https://github.com/tiran/socketfromfd" -license=(Apache) +url='https://github.com/tiran/socketfromfd' +license=(Apache-2.0) depends=(python) makedepends=(python-build python-installer python-wheel python-setuptools) checkdepends=(python-pytest) -source=("$pkgname-$pkgver.tar.gz::https://github.com/tiran/socketfromfd/archive/refs/tags/v$pkgver.tar.gz") +source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") b2sums=('d1bcb4e66913cd3c9e988e2d3bdeee19d10a804bf6a0c243061da95f61802fe56a8192f622f8235b776d067aab83a89f69f08af462fa7fca5ee00dedec26c18c') build() {