summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Debucquoy2024-05-27 15:22:02 +0200
committerAnthony Debucquoy2024-05-27 15:22:02 +0200
commitb7bf38b12ec70e49b3ce149fe96b6ff90c76e89d (patch)
treec1aa599b60063f58291bf36af676152aa3581615
parent74419570764a1600ada902389542fa4f99279980 (diff)
downloadaur-b7bf38b12ec70e49b3ce149fe96b6ff90c76e89d.tar.gz
Removing license file because uneeded
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f03988bbe9f..6ff3539aa2c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('any')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name//-/_}/${_name//-/_}-$pkgver.tar.gz")
+sha256sums=('21e2b323aba833ecd1ea84746b55d486de5027f119987528ddb7b20c0272d10e')
build() {
cd "$_name-$pkgver"
@@ -19,8 +20,6 @@ build() {
package() {
cd "$_name-$pkgver"
python -m installer --destdir="$pkgdir/" dist/*.whl
- Install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-sha256sums=('21e2b323aba833ecd1ea84746b55d486de5027f119987528ddb7b20c0272d10e')